Proxy of C++ ConoptAlgProgress class.
More...
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
| | iteration = property(libconoptpy4.ConoptAlgProgress_iteration_get, libconoptpy4.ConoptAlgProgress_iteration_set, doc=) |
| |
| | phase = property(libconoptpy4.ConoptAlgProgress_phase_get, libconoptpy4.ConoptAlgProgress_phase_set, doc=) |
| |
| | numinfeas = property(libconoptpy4.ConoptAlgProgress_numinfeas_get, libconoptpy4.ConoptAlgProgress_numinfeas_set, doc=) |
| |
| | numnopt = property(libconoptpy4.ConoptAlgProgress_numnopt_get, libconoptpy4.ConoptAlgProgress_numnopt_set, doc=) |
| |
| | numsuper = property(libconoptpy4.ConoptAlgProgress_numsuper_get, libconoptpy4.ConoptAlgProgress_numsuper_set, doc=) |
| |
| | suminfeas = property(libconoptpy4.ConoptAlgProgress_suminfeas_get, libconoptpy4.ConoptAlgProgress_suminfeas_set, doc=) |
| |
| | objvalue = property(libconoptpy4.ConoptAlgProgress_objvalue_get, libconoptpy4.ConoptAlgProgress_objvalue_set, doc=) |
| |
| | rgmax = property(libconoptpy4.ConoptAlgProgress_rgmax_get, libconoptpy4.ConoptAlgProgress_rgmax_set, doc=) |
| |
| | step = property(libconoptpy4.ConoptAlgProgress_step_get, libconoptpy4.ConoptAlgProgress_step_set, doc=) |
| |
| | numvar = property(libconoptpy4.ConoptAlgProgress_numvar_get, libconoptpy4.ConoptAlgProgress_numvar_set, doc=) |
| |
Proxy of C++ ConoptAlgProgress class.
Definition at line 2248 of file conopt.py.
◆ __init__()
| conopt.ConoptAlgProgress.__init__ |
( |
| self | ) |
|
◆ ConoptAlgProgress() [1/2]
| conopt.ConoptAlgProgress.ConoptAlgProgress |
( |
long | cPtr, |
|
|
boolean | cMemoryOwn ) |
|
inlineprotected |
◆ ConoptAlgProgress() [2/2]
| conopt.ConoptAlgProgress.ConoptAlgProgress |
( |
| ) |
|
|
inline |
◆ getCPtr()
◆ swigRelease()
◆ finalize()
| void conopt.ConoptAlgProgress.finalize |
( |
| ) |
|
|
inlineprotected |
◆ delete()
| synchronized void conopt.ConoptAlgProgress.delete |
( |
| ) |
|
|
inline |
◆ setIteration()
| void conopt.ConoptAlgProgress.setIteration |
( |
int | value | ) |
|
|
inline |
◆ getIteration()
| int conopt.ConoptAlgProgress.getIteration |
( |
| ) |
|
|
inline |
◆ setPhase()
| void conopt.ConoptAlgProgress.setPhase |
( |
int | value | ) |
|
|
inline |
◆ getPhase()
| int conopt.ConoptAlgProgress.getPhase |
( |
| ) |
|
|
inline |
◆ setNuminfeas()
| void conopt.ConoptAlgProgress.setNuminfeas |
( |
int | value | ) |
|
|
inline |
Number of infeasible constraints. In phase 0, this number will only
count the number of "difficult" constraints.
Definition at line 83 of file ConoptAlgProgress.java.
◆ getNuminfeas()
| int conopt.ConoptAlgProgress.getNuminfeas |
( |
| ) |
|
|
inline |
Number of infeasible constraints. In phase 0, this number will only
count the number of "difficult" constraints.
Definition at line 91 of file ConoptAlgProgress.java.
◆ setNumnopt()
| void conopt.ConoptAlgProgress.setNumnopt |
( |
int | value | ) |
|
|
inline |
Number of non-optimal variables. Will be 0 meaning undefined
during phase 0.
Definition at line 99 of file ConoptAlgProgress.java.
◆ getNumnopt()
| int conopt.ConoptAlgProgress.getNumnopt |
( |
| ) |
|
|
inline |
Number of non-optimal variables. Will be 0 meaning undefined
during phase 0.
Definition at line 107 of file ConoptAlgProgress.java.
◆ setNumsuper()
| void conopt.ConoptAlgProgress.setNumsuper |
( |
int | value | ) |
|
|
inline |
◆ getNumsuper()
| int conopt.ConoptAlgProgress.getNumsuper |
( |
| ) |
|
|
inline |
◆ setSuminfeas()
| void conopt.ConoptAlgProgress.setSuminfeas |
( |
double | value | ) |
|
|
inline |
Sum of the infeasibilities. In phase 0 it will include the
infeasibilities in both easy and difficult constraint. During phase
3 and 4 SUMINF will be 0.
Definition at line 130 of file ConoptAlgProgress.java.
◆ getSuminfeas()
| double conopt.ConoptAlgProgress.getSuminfeas |
( |
| ) |
|
|
inline |
Sum of the infeasibilities. In phase 0 it will include the
infeasibilities in both easy and difficult constraint. During phase
3 and 4 SUMINF will be 0.
Definition at line 139 of file ConoptAlgProgress.java.
◆ setObjvalue()
| void conopt.ConoptAlgProgress.setObjvalue |
( |
double | value | ) |
|
|
inline |
The value of the true objective function. OBJVAL is zero meaning
undefined during phase 0, 1 and 2
Definition at line 147 of file ConoptAlgProgress.java.
◆ getObjvalue()
| double conopt.ConoptAlgProgress.getObjvalue |
( |
| ) |
|
|
inline |
The value of the true objective function. OBJVAL is zero meaning
undefined during phase 0, 1 and 2
Definition at line 155 of file ConoptAlgProgress.java.
◆ setRgmax()
| void conopt.ConoptAlgProgress.setRgmax |
( |
double | value | ) |
|
|
inline |
The numerically largest reduced gradient. RGMAX will be zero during
phase 0
Definition at line 163 of file ConoptAlgProgress.java.
◆ getRgmax()
| double conopt.ConoptAlgProgress.getRgmax |
( |
| ) |
|
|
inline |
The numerically largest reduced gradient. RGMAX will be zero during
phase 0
Definition at line 171 of file ConoptAlgProgress.java.
◆ setStep()
| void conopt.ConoptAlgProgress.setStep |
( |
double | value | ) |
|
|
inline |
◆ getStep()
| double conopt.ConoptAlgProgress.getStep |
( |
| ) |
|
|
inline |
◆ setNumvar()
| void conopt.ConoptAlgProgress.setNumvar |
( |
int | value | ) |
|
|
inline |
◆ getNumvar()
| int conopt.ConoptAlgProgress.getNumvar |
( |
| ) |
|
|
inline |
◆ swigCMemOwn
| transient boolean conopt.ConoptAlgProgress.swigCMemOwn |
|
protected |
◆ thisown
| conopt.ConoptAlgProgress.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
◆ iteration
| conopt.ConoptAlgProgress.iteration = property(libconoptpy4.ConoptAlgProgress_iteration_get, libconoptpy4.ConoptAlgProgress_iteration_set, doc=) |
|
static |
◆ phase
| conopt.ConoptAlgProgress.phase = property(libconoptpy4.ConoptAlgProgress_phase_get, libconoptpy4.ConoptAlgProgress_phase_set, doc=) |
|
static |
◆ numinfeas
| conopt.ConoptAlgProgress.numinfeas = property(libconoptpy4.ConoptAlgProgress_numinfeas_get, libconoptpy4.ConoptAlgProgress_numinfeas_set, doc=) |
|
static |
◆ numnopt
| conopt.ConoptAlgProgress.numnopt = property(libconoptpy4.ConoptAlgProgress_numnopt_get, libconoptpy4.ConoptAlgProgress_numnopt_set, doc=) |
|
static |
◆ numsuper
| conopt.ConoptAlgProgress.numsuper = property(libconoptpy4.ConoptAlgProgress_numsuper_get, libconoptpy4.ConoptAlgProgress_numsuper_set, doc=) |
|
static |
◆ suminfeas
| conopt.ConoptAlgProgress.suminfeas = property(libconoptpy4.ConoptAlgProgress_suminfeas_get, libconoptpy4.ConoptAlgProgress_suminfeas_set, doc=) |
|
static |
◆ objvalue
| conopt.ConoptAlgProgress.objvalue = property(libconoptpy4.ConoptAlgProgress_objvalue_get, libconoptpy4.ConoptAlgProgress_objvalue_set, doc=) |
|
static |
◆ rgmax
| conopt.ConoptAlgProgress.rgmax = property(libconoptpy4.ConoptAlgProgress_rgmax_get, libconoptpy4.ConoptAlgProgress_rgmax_set, doc=) |
|
static |
◆ step
| conopt.ConoptAlgProgress.step = property(libconoptpy4.ConoptAlgProgress_step_get, libconoptpy4.ConoptAlgProgress_step_set, doc=) |
|
static |
◆ numvar
| conopt.ConoptAlgProgress.numvar = property(libconoptpy4.ConoptAlgProgress_numvar_get, libconoptpy4.ConoptAlgProgress_numvar_set, doc=) |
|
static |
The documentation for this class was generated from the following files: