Home
last modified time | relevance | path

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

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_lp_params.h320 int ds_guided_fix_enabled; member
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/Master/
H A Dmaster_func.c3229 READ_INT_PAR(lp_par->ds_guided_fix_enabled); in set_param()
H A Dmaster.c553 lp_par->ds_guided_fix_enabled = TRUE; in sym_set_defaults()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_heuristics.c1866 if(!p->par.ds_guided_fix_enabled || !ip_sol) return -1; in ds_fix_vars()