KrisLibrary  1.0.0
Public Member Functions | Public Attributes | List of all members
Optimization::RobustLPSolver Struct Reference

A class that tries out as many available routines as possible to solve an LP. More...

#include <LPRobust.h>

Public Member Functions

void Clear ()
 
LinearProgram::Result Solve (const LinearProgram &lp)
 
LinearProgram::Result Solve (const LinearProgram_Sparse &lp)
 
LinearProgram::Result Solve_NewObjective (const LinearProgram &lp)
 
LinearProgram::Result Solve_NewObjective (const LinearProgram_Sparse &lp)
 
void UpdateGLPK (const LinearProgram &lp)
 
LinearProgram::Result SolveGLPK ()
 

Public Attributes

GLPKInterface glpk
 
bool initialized
 
int verbose
 
Vector xopt
 temporary variable, stores the output of the solver
 

Detailed Description

A class that tries out as many available routines as possible to solve an LP.


The documentation for this struct was generated from the following files: