-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
I am using scip to solve (minimize) this MIP problem seed.txt and getting the result:
Solver: SCIP_CMD
Status: Optimal
Objective: -38885.13248833593
x0 = -192.0, x1 = 47.8781752203214, x2 = -179.0, x3 = -2.0, x4 = -12.0, x5 = 168.0, x6 = 200.0, x7 = 200.0,
All other solvers I have tried (HiGHS, SCIP, GLPK, GUROBI) returned the following results with only floating-point difference:
Status: Optimal
Objective: -38873.438164852254
x0 = -192.0, x1 = 48.94401244167961, x2 = -178.0, x3 = -1.0, x4 = -11.0, x5 = 169.0, x6 = 200.0, x7 = 200.0,
I'm not sure if this inconsistency is expected. I would appreciate any suggestions or instructions.