- saveSolution() - Method in class jCMPL.Cmpl
-
Saves the solution(s) as CmplSolutions file with filename modelname.csol
- saveSolution(String) - Method in class jCMPL.Cmpl
-
Saves the solution(s) as CmplSolutions file given filename
- saveSolutionAscii() - Method in class jCMPL.Cmpl
-
Saves the solution(s) as ASCII file with filename modelname.csol
- saveSolutionAscii(String) - Method in class jCMPL.Cmpl
-
Saves the solution(s) as ASCII file with given file name
- saveSolutionCsv() - Method in class jCMPL.Cmpl
-
Saves the solution(s) as CSV file with file name modelname.csv
- saveSolutionCsv(String) - Method in class jCMPL.Cmpl
-
Saves the solution(s) as CSV file with given file name
- send() - Method in class jCMPL.Cmpl
-
Sends the Cmpl model instance to the connected CMPLServer first step of
solving a model on a CMPLServer asynchronously (after connect()) The
status of the model can be obtained by the methods cmplStatus and
cmplStatusText
- setActivity(Object) - Method in class jCMPL.CmplSolElement
-
Setter of the activity of variable or constraint
Used by CmplSolutions
- setCon(CmplSolElement) - Method in class jCMPL.CmplSolution
-
Setter for the constraint list
Used by CmplSolutions.readSolution
- setDesrciption(String) - Method in class jCMPL.CmplMsg
-
- setFile(String) - Method in class jCMPL.CmplMsg
-
Setter for the file name
Used by CMPL
- setIdx(int) - Method in class jCMPL.CmplSolElement
-
Setter of the index of variable or constraint
Used by CmplSolutions
- setIdx(long) - Method in class jCMPL.CmplSolution
-
Setter of the solution index
Used by CmplSolutions.readSolution
- setLine(String) - Method in class jCMPL.CmplMsg
-
Setter fpr the line
Used by CMPL
- setList() - Method in class jCMPL.CmplParameter
-
Returns a List of the invoked sets
- setLowerBound(double) - Method in class jCMPL.CmplSolElement
-
Setter of the lowerBound of variable or constraint
Used by CmplSolutions
- setMarginal(double) - Method in class jCMPL.CmplSolElement
-
Setter of the marginal of variable or constraint
Used by CmplSolutions
- setName(String) - Method in class jCMPL.CmplSolElement
-
Setter of the name of variable or constraint
Used by CmplSolutions
- setOption(String) - Method in class jCMPL.Cmpl
-
Deletes an option
- setOutput(Boolean, String) - Method in class jCMPL.Cmpl
-
Turns the output of CMPL and the invoked solver on or off
- setOutput(Boolean) - Method in class jCMPL.Cmpl
-
Turns the output of CMPL and the invoked solver on or off
- setParameters(CmplParameter...) - Method in class jCMPL.Cmpl
-
Sets a CMPL, display or solver option
- setRefreshTime(long) - Method in class jCMPL.Cmpl
-
Refresh time for getting the output of CMPL and the invoked solver from a
CMPLServer if the model is solved synchronously.
- setSets(CmplSet...) - Method in class jCMPL.Cmpl
-
Committing a CmplParameter object to the Cmpl model
- setStatus(String) - Method in class jCMPL.CmplSolution
-
Setter for the solution status
Used by CmplSolutions.readSolution
- setType(String) - Method in class jCMPL.CmplMsg
-
Setter for the message type
Used by Cmpl
- setType(String) - Method in class jCMPL.CmplSolElement
-
Setter of the type of variable or constraint
Used by CmplSolutions
- setUpperBound(double) - Method in class jCMPL.CmplSolElement
-
Setter of the upperBound of variable or constraint
Used by CmplSolutions
- setValue(double) - Method in class jCMPL.CmplSolution
-
Setter for the obj value
Used by CmplSolutions.readSolution
- setValues(Integer) - Method in class jCMPL.CmplParameter
-
Sets the value of a scalar Integer parameter
- setValues(Long) - Method in class jCMPL.CmplParameter
-
Sets the value of a scalar Long parameter
- setValues(Float) - Method in class jCMPL.CmplParameter
-
Sets the value of a scalar Float parameter
- setValues(Double) - Method in class jCMPL.CmplParameter
-
Sets the value of a scaler Double parameter
- setValues(String) - Method in class jCMPL.CmplParameter
-
Sets the value of a scalar String parameter
- setValues(Object) - Method in class jCMPL.CmplParameter
-
Defines the values of a parameter array
- setValues(Object) - Method in class jCMPL.CmplSet
-
Defines the values of an enumeration set
For a set of n-tuples with n=1 - list|array of single indexing entries
For a set of n-tuples with n>1 - list|array of list(s) that contain tuples
- setValues(int, int) - Method in class jCMPL.CmplSet
-
Defines the values of an algorithmic set
(startNumber, startNumber+1, ..., endNumber)
- setValues(int, int, int) - Method in class jCMPL.CmplSet
-
Defines the values of an algorithmic set
(startNumber, startNumber+step, ..., endNumber)
- setVar(CmplSolElement) - Method in class jCMPL.CmplSolution
-
Setter for the variable list
Used by CmplSolutions.readSolution
- solution() - Method in class jCMPL.Cmpl
-
Returns the first (optimal) CmplSolutions object
- solutionPool() - Method in class jCMPL.Cmpl
-
Returns a list of CmplSolutions objects
- solutionReport() - Method in class jCMPL.Cmpl
-
Writes a standard solution report to stdOut
- solutionReport(String) - Method in class jCMPL.Cmpl
-
Writes a standard solution report to a file Used by saveSolutionAscii
- solve() - Method in class jCMPL.Cmpl
-
Solves a Cmpl model either with a local installed CMPL or if the model is
connected with a CMPLServer remotely.
- solver() - Method in class jCMPL.Cmpl
-
Returns the name of the invoked solver of the generated and solved CMPL
model
- SOLVER_FAILED - Static variable in class jCMPL.Cmpl
-
- SOLVER_OK - Static variable in class jCMPL.Cmpl
-
- solverMessage() - Method in class jCMPL.Cmpl
-
Returns the message of the invoked solver of the generated and solved
CMPL model
- solverStatus() - Method in class jCMPL.Cmpl
-
Returns the solver related status of the Cmpl object SOLVER_OK = 4
SOLVER_FAILED = 5
- solverStatusText() - Method in class jCMPL.Cmpl
-
Returns the solver related status text of the Cmpl object SOLVER_OK
SOLVER_FAILED
- statisticsFileName() - Method in class jCMPL.CmplInfo
-
Returns the file name for CMPL statistics
- statisticsText() - Method in class jCMPL.CmplInfo
-
Returns CMPL statistics
- status() - Method in class jCMPL.CmplSolution
-
Returns the a string with the status of the current solution
provided by the invoked solver
- SYNCHRONOUSLY - Static variable in class jCMPL.Cmpl
-