Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
596 views
in Technique[技术] by (71.8m points)

linear programming - Solving MIP efficiently problems with z3

I have a reasonably simple MILP (mixed integer linear program): https://0bin.net/paste/B1IE5l8l#2YLLrptC-l1ml+vesA59tH3167IOCAkJoIUQWbrj/mN

which I can solve with cbc optimally on my low-end computer in about 6.75 seconds.

I have tried to convert it to a format that z3 can take, making a few simplifications along the way and have this: https://0bin.net/paste/M5dDXNl2#-A3hnStDDZABP69+yBsCdEz818pif15r88SxD8qRwjX

but after half an hour I had to kill it without a solution.

Is there some trick I'm missing, or is z3 bad at solving these sort of MILPs?

question from:https://stackoverflow.com/questions/66056792/solving-mip-efficiently-problems-with-z3

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...