PPL Configured Java Language Interface
1.2
|
Possible values for MIP problem's control parameters. More...
Public Attributes | |
PRICING_STEEPEST_EDGE_FLOAT | |
Steepest edge pricing method, using floating points (default). More... | |
PRICING_STEEPEST_EDGE_EXACT | |
Steepest edge pricing method, using Coefficient. More... | |
PRICING_TEXTBOOK | |
Textbook pricing method. More... | |
Possible values for MIP problem's control parameters.
Definition at line 28 of file Control_Parameter_Value.java.
parma_polyhedra_library.Control_Parameter_Value.PRICING_STEEPEST_EDGE_EXACT |
Steepest edge pricing method, using Coefficient.
Definition at line 32 of file Control_Parameter_Value.java.
parma_polyhedra_library.Control_Parameter_Value.PRICING_STEEPEST_EDGE_FLOAT |
Steepest edge pricing method, using floating points (default).
Definition at line 30 of file Control_Parameter_Value.java.
parma_polyhedra_library.Control_Parameter_Value.PRICING_TEXTBOOK |
Textbook pricing method.
Definition at line 34 of file Control_Parameter_Value.java.