76 using namespace frepple;
80 #if defined HAVE_GLPK_H || !defined HAVE_GLPK_GLPK_H
83 #ifdef HAVE_GLPK_GLPK_H
84 #include "glpk/glpk.h"
89 namespace module_lp_solver
108 void solve(
void* = NULL);
146 virtual PyObject* getattro(
const Attribute&);
168 static string replaceSpaces(
const string&);
177 list<string> objectives;
184 string modelfilename;
195 string solutionfilename;
200 static int solveroutputredirect(
void* info,
const char* msg)
208 void solveObjective(
const string&);