

Public Member Functions | |
| monomial_inst (std::list< monomial > &m, ILP_Problem &IP, mon_split_strategy *spst) | |
| virtual status | feasible (solution &S) |
Definition at line 43 of file monomial_inst.h.
This function is called, if the BCP-System wants to save the solution of the LP-solver as primal solution. If this function if called, it is guaranteed that all interal variabes have integral values in the LP-solution. The function should return either feasible or infeasible. It could also return fathom, preemtion, exception_branch or resolve_immedialtely.
Reimplemented from SCIL::nonlinear_inst.
1.6.3