CONOPT
|
Functions | |
pyconopt.Conopt.solutionStatus (self) | |
return the solution status | |
pyconopt.Conopt.iterations (self) | |
returns the number of iterations | |
pyconopt.Conopt.objectiveValue (self) | |
returns the objective value | |
pyconopt.Conopt.getVariableValues (self) | |
returns the variable values | |
pyconopt.Conopt.getVariableMarginals (self) | |
returns the variable marginals | |
pyconopt.Conopt.getVariableBasisStatus (self) | |
returns the variable basis status | |
pyconopt.Conopt.getVariableStatus (self) | |
returns the variable status | |
pyconopt.Conopt.getConstraintValues (self) | |
returns the constraint values | |
pyconopt.Conopt.getConstraintMarginals (self) | |
returns the constraint marginals | |
pyconopt.Conopt.getConstraintBasisStatus (self) | |
returns the constraint basis status | |
pyconopt.Conopt.getConstraintStatus (self) | |
returns the constraint status | |
Methods for querying the solution status.
pyconopt.Conopt.solutionStatus | ( | self | ) |
return the solution status
Definition at line 1499 of file pyconopt.py.
pyconopt.Conopt.iterations | ( | self | ) |
returns the number of iterations
Definition at line 1508 of file pyconopt.py.
pyconopt.Conopt.objectiveValue | ( | self | ) |
returns the objective value
Definition at line 1517 of file pyconopt.py.
pyconopt.Conopt.getVariableValues | ( | self | ) |
returns the variable values
Definition at line 1526 of file pyconopt.py.
pyconopt.Conopt.getVariableMarginals | ( | self | ) |
returns the variable marginals
Definition at line 1535 of file pyconopt.py.
pyconopt.Conopt.getVariableBasisStatus | ( | self | ) |
returns the variable basis status
Definition at line 1544 of file pyconopt.py.
pyconopt.Conopt.getVariableStatus | ( | self | ) |
returns the variable status
Definition at line 1553 of file pyconopt.py.
pyconopt.Conopt.getConstraintValues | ( | self | ) |
returns the constraint values
Definition at line 1562 of file pyconopt.py.
pyconopt.Conopt.getConstraintMarginals | ( | self | ) |
returns the constraint marginals
Definition at line 1571 of file pyconopt.py.
pyconopt.Conopt.getConstraintBasisStatus | ( | self | ) |
returns the constraint basis status
Definition at line 1580 of file pyconopt.py.
pyconopt.Conopt.getConstraintStatus | ( | self | ) |
returns the constraint status
Definition at line 1589 of file pyconopt.py.