CONOPT
Loading...
Searching...
No Matches
jconopt.ConoptAlgProgress Class Reference

Public Member Functions

synchronized void delete ()
 
void setIteration (int value)
 
int getIteration ()
 
void setPhase (int value)
 
int getPhase ()
 
void setNuminfeas (int value)
 
int getNuminfeas ()
 
void setNumnopt (int value)
 
int getNumnopt ()
 
void setNumsuper (int value)
 
int getNumsuper ()
 
void setSuminfeas (double value)
 
double getSuminfeas ()
 
void setObjvalue (double value)
 
double getObjvalue ()
 
void setRgmax (double value)
 
double getRgmax ()
 
void setStep (double value)
 
double getStep ()
 
void setNumvar (int value)
 
int getNumvar ()
 
 ConoptAlgProgress ()
 

Protected Member Functions

 ConoptAlgProgress (long cPtr, boolean cMemoryOwn)
 
void finalize ()
 

Static Protected Member Functions

static long getCPtr (ConoptAlgProgress obj)
 
static long swigRelease (ConoptAlgProgress obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

Definition at line 11 of file ConoptAlgProgress.java.

Constructor & Destructor Documentation

◆ ConoptAlgProgress() [1/2]

jconopt.ConoptAlgProgress.ConoptAlgProgress ( long cPtr,
boolean cMemoryOwn )
inlineprotected

Definition at line 15 of file ConoptAlgProgress.java.

◆ ConoptAlgProgress() [2/2]

jconopt.ConoptAlgProgress.ConoptAlgProgress ( )
inline

Definition at line 203 of file ConoptAlgProgress.java.

Member Function Documentation

◆ getCPtr()

static long jconopt.ConoptAlgProgress.getCPtr ( ConoptAlgProgress obj)
inlinestaticprotected

Definition at line 20 of file ConoptAlgProgress.java.

◆ swigRelease()

static long jconopt.ConoptAlgProgress.swigRelease ( ConoptAlgProgress obj)
inlinestaticprotected

Definition at line 24 of file ConoptAlgProgress.java.

◆ finalize()

void jconopt.ConoptAlgProgress.finalize ( )
inlineprotected

Definition at line 37 of file ConoptAlgProgress.java.

◆ delete()

synchronized void jconopt.ConoptAlgProgress.delete ( )
inline

Definition at line 41 of file ConoptAlgProgress.java.

◆ setIteration()

void jconopt.ConoptAlgProgress.setIteration ( int value)
inline

Number of the iteration.

Definition at line 54 of file ConoptAlgProgress.java.

◆ getIteration()

int jconopt.ConoptAlgProgress.getIteration ( )
inline

Number of the iteration.

Definition at line 61 of file ConoptAlgProgress.java.

◆ setPhase()

void jconopt.ConoptAlgProgress.setPhase ( int value)
inline

The phase of the optimization.

Definition at line 68 of file ConoptAlgProgress.java.

◆ getPhase()

int jconopt.ConoptAlgProgress.getPhase ( )
inline

The phase of the optimization.

Definition at line 75 of file ConoptAlgProgress.java.

◆ setNuminfeas()

void jconopt.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 jconopt.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 jconopt.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 jconopt.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 jconopt.ConoptAlgProgress.setNumsuper ( int value)
inline

Number of super-basic variables. Will be zero during phase 0 .

Definition at line 114 of file ConoptAlgProgress.java.

◆ getNumsuper()

int jconopt.ConoptAlgProgress.getNumsuper ( )
inline

Number of super-basic variables. Will be zero during phase 0 .

Definition at line 121 of file ConoptAlgProgress.java.

◆ setSuminfeas()

void jconopt.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 jconopt.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 jconopt.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 jconopt.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 jconopt.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 jconopt.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 jconopt.ConoptAlgProgress.setStep ( double value)
inline

The optimal steplength.

Definition at line 178 of file ConoptAlgProgress.java.

◆ getStep()

double jconopt.ConoptAlgProgress.getStep ( )
inline

The optimal steplength.

Definition at line 185 of file ConoptAlgProgress.java.

◆ setNumvar()

void jconopt.ConoptAlgProgress.setNumvar ( int value)
inline

The number of variables

Definition at line 192 of file ConoptAlgProgress.java.

◆ getNumvar()

int jconopt.ConoptAlgProgress.getNumvar ( )
inline

The number of variables

Definition at line 199 of file ConoptAlgProgress.java.

Field Documentation

◆ swigCMemOwn

transient boolean jconopt.ConoptAlgProgress.swigCMemOwn
protected

Definition at line 13 of file ConoptAlgProgress.java.


The documentation for this class was generated from the following file: