Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dlpsolve.h192 int solve_relaxation();
H A Dlpsolve.cc364 int lp_node::solve_relaxation() { in solve_relaxation() function in giac::lp_node
978 if ((result=root.solve_relaxation())!=_LP_SOLVED) in solve()
1122 if (child_node.solve_relaxation()==_LP_SOLVED) { in solve()