PPL Java Language Interface  1.2
parma_polyhedra_library.Control_Parameter_Value Enum Reference

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...
 

Detailed Description

Possible values for MIP problem's control parameters.

Definition at line 28 of file Control_Parameter_Value.java.

Member Data Documentation

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.


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