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

Functions

 conopt.Conopt.solutionStatus (self)
 return the solution status
 
 conopt.Conopt.iterations (self)
 returns the number of iterations
 
 conopt.Conopt.objectiveValue (self)
 returns the objective value
 
 conopt.Conopt.getVariableValues (self)
 returns the variable values
 
 conopt.Conopt.getVariableMarginals (self)
 returns the variable marginals
 
 conopt.Conopt.getVariableBasisStatus (self)
 returns the variable basis status
 
 conopt.Conopt.getVariableStatus (self)
 returns the variable status
 
 conopt.Conopt.getConstraintValues (self)
 returns the constraint values
 
 conopt.Conopt.getConstraintMarginals (self)
 returns the constraint marginals
 
 conopt.Conopt.getConstraintBasisStatus (self)
 returns the constraint basis status
 
 conopt.Conopt.getConstraintStatus (self)
 returns the constraint status
 

Detailed Description

Methods for querying the solution status.

Function Documentation

◆ solutionStatus()

conopt.Conopt.solutionStatus ( self)

return the solution status

Definition at line 1465 of file conopt.py.

◆ iterations()

conopt.Conopt.iterations ( self)

returns the number of iterations

Definition at line 1474 of file conopt.py.

◆ objectiveValue()

conopt.Conopt.objectiveValue ( self)

returns the objective value

Definition at line 1483 of file conopt.py.

◆ getVariableValues()

conopt.Conopt.getVariableValues ( self)

returns the variable values

Definition at line 1492 of file conopt.py.

◆ getVariableMarginals()

conopt.Conopt.getVariableMarginals ( self)

returns the variable marginals

Definition at line 1501 of file conopt.py.

◆ getVariableBasisStatus()

conopt.Conopt.getVariableBasisStatus ( self)

returns the variable basis status

Definition at line 1510 of file conopt.py.

◆ getVariableStatus()

conopt.Conopt.getVariableStatus ( self)

returns the variable status

Definition at line 1519 of file conopt.py.

◆ getConstraintValues()

conopt.Conopt.getConstraintValues ( self)

returns the constraint values

Definition at line 1528 of file conopt.py.

◆ getConstraintMarginals()

conopt.Conopt.getConstraintMarginals ( self)

returns the constraint marginals

Definition at line 1537 of file conopt.py.

◆ getConstraintBasisStatus()

conopt.Conopt.getConstraintBasisStatus ( self)

returns the constraint basis status

Definition at line 1546 of file conopt.py.

◆ getConstraintStatus()

conopt.Conopt.getConstraintStatus ( self)

returns the constraint status

Definition at line 1555 of file conopt.py.