Public Types
Clasp::MinimizeMode_t Struct Reference

Supported minimization modes. More...

#include <minimize_constraint.h>

List of all members.

Public Types

enum  Mode { ignore = 0, optimize = 1, enumerate = 2, enumOpt = 3 }

Detailed Description

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.


Member Enumeration Documentation

Enumerator:
ignore 

Ignore optimize statements during solving.

optimize 

Optimize via a decreasing bound.

enumerate 

Enumerate models with cost less or equal to a fixed bound.

enumOpt 

Enumerate models with cost equal to optimum.

Definition at line 45 of file minimize_constraint.h.


The documentation for this struct was generated from the following file:


clasp
Author(s): Benjamin Kaufmann
autogenerated on Thu Aug 27 2015 12:41:41