Methods for querying the solution status.
◆ solutionStatus()
| conopt.Conopt.solutionStatus |
( |
| self | ) |
|
return the solution status
Definition at line 1259 of file conopt.py.
◆ iterations()
| conopt.Conopt.iterations |
( |
| self | ) |
|
returns the number of iterations
Definition at line 1268 of file conopt.py.
◆ objectiveValue()
| conopt.Conopt.objectiveValue |
( |
| self | ) |
|
returns the objective value
Definition at line 1277 of file conopt.py.
◆ getVariableValues()
| conopt.Conopt.getVariableValues |
( |
| self | ) |
|
returns the variable values
Definition at line 1286 of file conopt.py.
◆ getVariableMarginals()
| conopt.Conopt.getVariableMarginals |
( |
| self | ) |
|
returns the variable marginals
Definition at line 1295 of file conopt.py.
◆ getVariableBasisStatus()
| conopt.Conopt.getVariableBasisStatus |
( |
| self | ) |
|
returns the variable basis status
Definition at line 1304 of file conopt.py.
◆ getVariableStatus()
| conopt.Conopt.getVariableStatus |
( |
| self | ) |
|
returns the variable status
Definition at line 1313 of file conopt.py.
◆ getConstraintValues()
| conopt.Conopt.getConstraintValues |
( |
| self | ) |
|
returns the constraint values
Definition at line 1322 of file conopt.py.
◆ getConstraintMarginals()
| conopt.Conopt.getConstraintMarginals |
( |
| self | ) |
|
returns the constraint marginals
Definition at line 1331 of file conopt.py.
◆ getConstraintBasisStatus()
| conopt.Conopt.getConstraintBasisStatus |
( |
| self | ) |
|
returns the constraint basis status
Definition at line 1340 of file conopt.py.
◆ getConstraintStatus()
| conopt.Conopt.getConstraintStatus |
( |
| self | ) |
|
returns the constraint status
Definition at line 1349 of file conopt.py.