PPL Configured Java Language Interface  1.2
parma_polyhedra_library.PIP_Problem_Control_Parameter_Value Enum Reference

Possible values for PIP problems' control parameters. More...

Public Attributes

 CUTTING_STRATEGY_FIRST
 Choose the first non-integer row. More...
 
 CUTTING_STRATEGY_DEEPEST
 Choose row which generates the deepest cut. More...
 
 CUTTING_STRATEGY_ALL
 Always generate all possible cuts. More...
 
 PIVOT_ROW_STRATEGY_FIRST
 Choose the first row with negative parameter sign. More...
 
 PIVOT_ROW_STRATEGY_MAX_COLUMN
 Choose the row which generates the lexico-maximal pivot column. More...
 

Detailed Description

Possible values for PIP problems' control parameters.

Definition at line 28 of file PIP_Problem_Control_Parameter_Value.java.

Member Data Documentation

parma_polyhedra_library.PIP_Problem_Control_Parameter_Value.CUTTING_STRATEGY_ALL

Always generate all possible cuts.

Definition at line 34 of file PIP_Problem_Control_Parameter_Value.java.

parma_polyhedra_library.PIP_Problem_Control_Parameter_Value.CUTTING_STRATEGY_DEEPEST

Choose row which generates the deepest cut.

Definition at line 32 of file PIP_Problem_Control_Parameter_Value.java.

parma_polyhedra_library.PIP_Problem_Control_Parameter_Value.CUTTING_STRATEGY_FIRST

Choose the first non-integer row.

Definition at line 30 of file PIP_Problem_Control_Parameter_Value.java.

parma_polyhedra_library.PIP_Problem_Control_Parameter_Value.PIVOT_ROW_STRATEGY_FIRST

Choose the first row with negative parameter sign.

Definition at line 36 of file PIP_Problem_Control_Parameter_Value.java.

parma_polyhedra_library.PIP_Problem_Control_Parameter_Value.PIVOT_ROW_STRATEGY_MAX_COLUMN

Choose the row which generates the lexico-maximal pivot column.

Definition at line 38 of file PIP_Problem_Control_Parameter_Value.java.


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