SG++-Doxygen-Documentation
python.learner.solver.LinearSolver.LinearSolverEvents Class Reference

Constants of different solving events. More...

Inheritance diagram for python.learner.solver.LinearSolver.LinearSolverEvents:

Static Public Attributes

int CALC_STARTING = 400
 Calculation is started. More...
 
int COMPLETE = 200
 Solving is complete. More...
 
int ITERATION_COMPLETE = 300
 An iteration of the iterative solver is complete. More...
 
int STARTING = 100
 Solving is started. More...
 

Detailed Description

Constants of different solving events.

Member Data Documentation

◆ CALC_STARTING

int python.learner.solver.LinearSolver.LinearSolverEvents.CALC_STARTING = 400
static

Calculation is started.

◆ COMPLETE

int python.learner.solver.LinearSolver.LinearSolverEvents.COMPLETE = 200
static

Solving is complete.

◆ ITERATION_COMPLETE

int python.learner.solver.LinearSolver.LinearSolverEvents.ITERATION_COMPLETE = 300
static

An iteration of the iterative solver is complete.

◆ STARTING

int python.learner.solver.LinearSolver.LinearSolverEvents.STARTING = 100
static

Solving is started.


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