-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
x-ref #119 (comment)
I don't really understand the algorithm, but I followed a few leads to:
Their tests all used
status = CPXsetdblparam(*env, CPX_PARAM_EPGAP, 0.0); //Default 1e-04. Value between 0 and 1. Sets a relative tolerance on the gap between the best integer objective and the objective of the best node remaining
status = CPXsetdblparam(*env, CPX_PARAM_EPAGAP, 0.0); //Default 1e-06
status = CPXsetdblparam(*env, CPX_PARAM_EPINT, 0.0); //Default 1e-05. CPLEX tolerance for integer variables
which is one way to avoid needing to deal with tolerances in the algorithm.
We probably need to make a few changes.
Metadata
Metadata
Assignees
Labels
No labels