PPL Java Language Interface  1.2
parma_polyhedra_library.MIP_Problem_Status Enum Reference

Possible outcomes of the MIP_Problem solver. More...

Static Public Member Functions

 [static initializer]
 

Public Attributes

 UNFEASIBLE_MIP_PROBLEM
 The problem is unfeasible. More...
 
 UNBOUNDED_MIP_PROBLEM
 The problem is unbounded. More...
 

Static Private Member Functions

static native void initIDs ()
 

Detailed Description

Possible outcomes of the MIP_Problem solver.

Definition at line 28 of file MIP_Problem_Status.java.

Member Function Documentation

parma_polyhedra_library.MIP_Problem_Status.[static initializer] ( )
inlinestatic
static native void parma_polyhedra_library.MIP_Problem_Status.initIDs ( )
staticprivate

Member Data Documentation

parma_polyhedra_library.MIP_Problem_Status.UNBOUNDED_MIP_PROBLEM

The problem is unbounded.

Definition at line 32 of file MIP_Problem_Status.java.

parma_polyhedra_library.MIP_Problem_Status.UNFEASIBLE_MIP_PROBLEM

The problem is unfeasible.

Definition at line 30 of file MIP_Problem_Status.java.


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