Home
last modified time | relevance | path

Searched refs:glpk_load_from_file (Results 1 – 2 of 2) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dlpsolve.h174 bool glpk_load_from_file(const char *fname);
H A Dlpsolve.cc1423 bool lp_problem::glpk_load_from_file(const char *fname) { in glpk_load_from_file() function in giac::lp_problem
1767 if (!prob.glpk_load_from_file(fname.c_str())) in _lpsolve()