Solving an integer linear program: why are solvers claiming a solvable instance is infeasible?

后端 未结 2 1017
一个人的身影
一个人的身影 2020-12-01 21:52

I\'m trying to solve integer programming problems. I\'ve tried both use SCIP and LPSolve

For example, given the final values of A and B, I want to solve for valA in

2条回答
  •  庸人自扰
    2020-12-01 22:09

    You could also have a look at SCIP 3.1.0 and especially its extended precision arithmetic features. Using GMP the LP solution can be computed up to a very high accuracy.

提交回复
热议问题