lpsolver.cpp File Reference
#include "lpsolver.h"
Include dependency graph for lpsolver.cpp:

Go to the source code of this file.

Namespaces

namespace  module_lp_solver
 A solver module based on a linear programming algorithm.
 

Functions

const char * module_lp_solver::initialize (const Environment::ParameterList &z)
 

Variables

const Keyword module_lp_solver::tag_datafile ("datafile")
 
const Keyword module_lp_solver::tag_modelfile ("modelfile")
 
const Keyword module_lp_solver::tag_objective ("objective")
 
const Keyword module_lp_solver::tag_solutionfile ("solutionfile")