Home
last modified time | relevance | path

Searched refs:asactive (Results 1 – 4 of 4) sorted by relevance

/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlp_SOS.h95 MYBOOL SOS_set_marked(SOSgroup *group, int sosindex, int column, MYBOOL asactive);
H A Dlp_SOS.c1049 MYBOOL SOS_set_marked(SOSgroup *group, int sosindex, int column, MYBOOL asactive) in SOS_set_marked() argument
1068 if(asactive && !is_int(lp, column) && SOS_is_member_of_type(group, column, SOS3)) { in SOS_set_marked()
1076 if(SOS_set_marked(group, n, column, asactive)) in SOS_set_marked()
1096 if(asactive) { in SOS_set_marked()
/dports/math/lp_solve/lp_solve_5.5/
H A Dlp_SOS.h95 MYBOOL SOS_set_marked(SOSgroup *group, int sosindex, int column, MYBOOL asactive);
H A Dlp_SOS.c1078 MYBOOL SOS_set_marked(SOSgroup *group, int sosindex, int column, MYBOOL asactive) in SOS_set_marked() argument
1097 if(asactive && !is_int(lp, column) && SOS_is_member_of_type(group, column, SOS3)) { in SOS_set_marked()
1105 if(SOS_set_marked(group, n, column, asactive)) in SOS_set_marked()
1125 if(asactive) { in SOS_set_marked()