erwin
unread,Oct 17, 2011, 10:04:45 AM10/17/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gurobi Optimization
I helped with a small MIQP model where the client sees strange
behavior. If the ordering of the data is changed, then the solution
(ie obj) is different. I already tried to set the GapTolerance to
zero, but still see funny behavior:
Version: Microsoft Solver Foundation 3.0.2.10889 Express Edition
Capabilities Applied: MIQP
...
Solver Selected: SolverFoundation.Plugin.Gurobi.GurobiSolver
Directives:
MixedInteger(GapTolerance = 0, QuickFeasibility = False,
CuttingPlaneGeneration = True, LocalSearch = True, Simplex(TimeLimit =
-1, MaximumGoalCount = -1, Arithmetic = Default, Pricing = Default,
IterationLimit = -1, Algorithm = Default, Basis = Default,
GetSensitivity = False))
===Solution Details===
Objective (sum squared deviations): 6.66847222222896E-05
MixedInteger(GapTolerance = 0, QuickFeasibility = False,
CuttingPlaneGeneration = True, LocalSearch = True, Simplex(TimeLimit =
-1, MaximumGoalCount = -1, Arithmetic = Default, Pricing = Default,
IterationLimit = -1, Algorithm = Default, Basis = Default,
GetSensitivity = False))
===Solution Details===
Objective (sum squared deviations): 5.6155555555654E-05
Any suggestions to help prevent Gurobi from what I suspect is
premature termination are appreciated.
Thanks, Erwin