Supported minimization modes. More...
#include <minimize_constraint.h>
Public Types | |
enum | Mode { ignore = 0, optimize = 1, enumerate = 2, enumOpt = 3 } |
Supported minimization modes.
Defines the possible minimization modes used during solving. If optimize is used, a valid candidate model is a solution that is strictly smaller than all previous solutions. Otherwise, solutions with costs no greater than a fixed bound are considered valid.
Definition at line 44 of file minimize_constraint.h.
Definition at line 45 of file minimize_constraint.h.