solver
1.0
|
General model for Integer Linear Programming problem. More...
Go to the source code of this file.
Classes | |
struct | Variable |
Structure containing information about the variable. More... | |
struct | ILPModel |
Integer Linear Programming problem is stored in this data structure. More... | |
Enumerations | |
enum | Objective { MINIMIZE, MAXIMIZE } |
Specifies the sense of the objective function. | |
enum | VariableType { FLT, BIN, INT } |
Constants for floats, binary variables, and integers, respectively. | |
enum | Operator { LESS_EQUAL, EQUAL, GREATER_EQUAL } |
Constants for operators '<=', '=', and '>=', respectively. | |
General model for Integer Linear Programming problem.
Definition in file ILPModel.h.