Solving Constraint Integer Programs
type definitions for LP management
Definition in file type_lp.h.
Go to the source code of this file.
Definition at line 42 of file type_lp.h.
Definition at line 50 of file type_lp.h.
Definition at line 58 of file type_lp.h.
Definition at line 67 of file type_lp.h.
Definition at line 77 of file type_lp.h.
collected values of a column which depend on the LP solution
Definition at line 79 of file type_lp.h.
collected values of a row which depend on the LP solution
Definition at line 80 of file type_lp.h.
collected values of the LP data which depend on the LP solution
Definition at line 81 of file type_lp.h.
column of an LP
Definition at line 87 of file type_lp.h.
row of an LP
Definition at line 93 of file type_lp.h.
LP structure
Definition at line 99 of file type_lp.h.
solution status after solving LP
LP was not solved, no solution exists
LP was solved to optimality
LP is primal infeasible
LP has a primal unbounded ray
objective limit was reached during optimization
iteration limit was reached during optimization
time limit was reached during optimization
an error occured during optimization
Definition at line 31 of file type_lp.h.
type of variable bound: lower or upper bound
lower bound
upper bound
Definition at line 45 of file type_lp.h.
type of row side: left hand or right hand side
left hand side
right hand side
Definition at line 53 of file type_lp.h.
type of origin of row
unspecified origin of row
row created by constraint handler
row created by separator
Definition at line 61 of file type_lp.h.
type of LP algorithm
primal simplex
dual simplex
barrier algorithm
barrier algorithm with crossover
Definition at line 70 of file type_lp.h.