- cancel() - Method in class jCMPL.Cmpl
-
Cancels the Cmpl solving process on the connected CMPLServer The status
of the model can be obtained by the methods cmplStatus and cmplStatusText
- Cmpl - Class in jCMPL
-
Cmpl
- Cmpl(String) - Constructor for class jCMPL.Cmpl
-
constructor
- CMPL_FAILED - Static variable in class jCMPL.Cmpl
-
- CMPL_OK - Static variable in class jCMPL.Cmpl
-
- CMPL_UNKNOWN - Static variable in class jCMPL.Cmpl
-
- CMPL_WARNINGS - Static variable in class jCMPL.Cmpl
-
- CmplException - Exception in jCMPL
-
CMPLEXception -Exception handling for jCMPL
- CmplException() - Constructor for exception jCMPL.CmplException
-
- CmplException(String) - Constructor for exception jCMPL.CmplException
-
- CmplException(String, ArrayList<CmplMsg>) - Constructor for exception jCMPL.CmplException
-
- CmplInfo - Class in jCMPL
-
Handling of a CMPL infos and statistics for jCMPL
- CmplInfo() - Constructor for class jCMPL.CmplInfo
-
Constructor
- CmplInfo(String) - Constructor for class jCMPL.CmplInfo
-
Constructor
- CmplInstance - Class in jCMPL
-
Handling of the the CmplInstance for jCMPL
- CmplInstance() - Constructor for class jCMPL.CmplInstance
-
Constructor
- cmplInstanceStr(String, HashMap<Integer, String>, String, String) - Method in class jCMPL.CmplInstance
-
Creates a CmplInstance string
- cmplMessages() - Method in class jCMPL.Cmpl
-
Returns the CmplMessages
- CmplMsg - Class in jCMPL
-
Handling of a CMPL message for jCMPL
- CmplMsg() - Constructor for class jCMPL.CmplMsg
-
Constructor
- CmplParameter - Class in jCMPL
-
Handling of CMPL parameters in jCMPL
- CmplParameter(String) - Constructor for class jCMPL.CmplParameter
-
Constructor for a scalar parameter
- CmplParameter(String, CmplSet...) - Constructor for class jCMPL.CmplParameter
-
Constructor for a parameter array
- CMPLSERVER_CLEANED - Static variable in class jCMPL.Cmpl
-
- CMPLSERVER_ERROR - Static variable in class jCMPL.Cmpl
-
- CMPLSERVER_OK - Static variable in class jCMPL.Cmpl
-
- CmplSet - Class in jCMPL
-
Handling of CMPL sets in jCMPL
- CmplSet(String, int) - Constructor for class jCMPL.CmplSet
-
Constructor for a set with rank
- CmplSet(String) - Constructor for class jCMPL.CmplSet
-
Constructor for a set with rank=1
- CmplSolArray - Class in jCMPL
-
Handling of the solution of a var or con array
- CmplSolArray() - Constructor for class jCMPL.CmplSolArray
-
- CmplSolElement - Class in jCMPL
-
CmplSolutionElement - Class for a variable or constraint
- CmplSolElement() - Constructor for class jCMPL.CmplSolElement
-
Constructor
- cmplSolFile() - Method in class jCMPL.Cmpl
-
Returns the name of the CmplSolution file - controlled by the command
line arg -solution
- CmplSolution - Class in jCMPL
-
Solution handling of jCMPL
- CmplSolution() - Constructor for class jCMPL.CmplSolution
-
Constructor
- cmplStatus() - Method in class jCMPL.Cmpl
-
Returns the CMPL related status of the Cmpl object CMPL_UNKNOWN = 0
CMPL_OK = 1 CMPL_WARNINGS = 2 CMPL_FAILED = 3 CMPLSERVER_OK = 6
CMPLSERVER_ERROR = 7 CMPLSERVER_CLEANED = 8 PROBLEM_RUNNING = 9
PROBLEM_FINISHED = 10 PROBLEM_CANCELED = 11 PROBLEM_NOTRUNNING = 12
- cmplStatusText() - Method in class jCMPL.Cmpl
-
Returns the CMPL related status text of the Cmpl object CMPL_UNKNOWN
CMPL_OK CMPL_WARNINGS CMPL_FAILED SOLVER_OK SOLVER_FAILED CMPLSERVER_OK
CMPLSERVER_ERROR CMPLSERVER_CLEANED PROBLEM_RUNNING PROBLEM_FINISHED
PROBLEM_CANCELED PROBLEM_NOTRUNNING
- CmplTools - Class in jCMPL
-
Some helpful tools for jCMPL
- CmplTools() - Constructor for class jCMPL.CmplTools
-
- conDisplayOptions() - Method in class jCMPL.Cmpl
-
Returns the a string with the display options for the constraints of the
generated and solved CMPL model
- connect(String) - Method in class jCMPL.Cmpl
-
Connects a CMPLServer under cmplUrl - first step of solving a model on a
CMPLServer remotely
- constraints() - Method in class jCMPL.CmplSolution
-
Returns a list of CmplSolLine objects for the constraints
of the current solution
- csvSolFile() - Method in class jCMPL.Cmpl
-
Returns the name of the Csv solution file - controlled by the command
line arg -solutionCsv