CONOPT
Loading...
Searching...
No Matches
Solution Status methods

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
 

Detailed Description

Methods for querying the solution status.

Function Documentation

◆ solutionStatus()

pyconopt.Conopt.solutionStatus ( self)

return the solution status

Definition at line 1499 of file pyconopt.py.

◆ iterations()

pyconopt.Conopt.iterations ( self)

returns the number of iterations

Definition at line 1508 of file pyconopt.py.

◆ objectiveValue()

pyconopt.Conopt.objectiveValue ( self)

returns the objective value

Definition at line 1517 of file pyconopt.py.

◆ getVariableValues()

pyconopt.Conopt.getVariableValues ( self)

returns the variable values

Definition at line 1526 of file pyconopt.py.

◆ getVariableMarginals()

pyconopt.Conopt.getVariableMarginals ( self)

returns the variable marginals

Definition at line 1535 of file pyconopt.py.

◆ getVariableBasisStatus()

pyconopt.Conopt.getVariableBasisStatus ( self)

returns the variable basis status

Definition at line 1544 of file pyconopt.py.

◆ getVariableStatus()

pyconopt.Conopt.getVariableStatus ( self)

returns the variable status

Definition at line 1553 of file pyconopt.py.

◆ getConstraintValues()

pyconopt.Conopt.getConstraintValues ( self)

returns the constraint values

Definition at line 1562 of file pyconopt.py.

◆ getConstraintMarginals()

pyconopt.Conopt.getConstraintMarginals ( self)

returns the constraint marginals

Definition at line 1571 of file pyconopt.py.

◆ getConstraintBasisStatus()

pyconopt.Conopt.getConstraintBasisStatus ( self)

returns the constraint basis status

Definition at line 1580 of file pyconopt.py.

◆ getConstraintStatus()

pyconopt.Conopt.getConstraintStatus ( self)

returns the constraint status

Definition at line 1589 of file pyconopt.py.