Skip to content

Latest commit

 

History

History
115 lines (87 loc) · 1.93 KB

constants.rst

File metadata and controls

115 lines (87 loc) · 1.93 KB

Constants

cdd

Type of objective for a linear program.

NONE MAX MIN

Type of solver for a linear program.

CRISS_CROSS DUAL_SIMPLEX

Status of a linear program.

UNDECIDED OPTIMAL INCONSISTENT DUAL_INCONSISTENT STRUC_INCONSISTENT STRUC_DUAL_INCONSISTENT UNBOUNDED DUAL_UNBOUNDED

Type of representation. Use INEQUALITY for H-representation and GENERATOR for V-representation.

UNSPECIFIED INEQUALITY GENERATOR