Home
last modified time | relevance | path

Searched defs:is_fixedvar (Results 1 – 3 of 3) sorted by relevance

/dports/math/R-cran-lpSolve/lpSolve/src/
H A Disfixedvar.c11 MYBOOL is_fixedvar(lprec *lp, int variable) in is_fixedvar() function
/dports/math/lp_solve/lp_solve_5.5/bfp/bfp_LUSOL/
H A Dlp_LUSOL.c331 #define is_fixedvar is_fixedvar_ /* resolves a compiler warning/error conflict with lp_lib.h */ macro
333 static MYBOOL is_fixedvar(lprec *lp, int variable) in is_fixedvar() function
/dports/math/lp_solve/lp_solve_5.5/
H A Dlp_lib.c8539 MYBOOL is_fixedvar(lprec *lp, int varnr) function