Home
last modified time | relevance | path

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

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_varfunc.c202 p->vars_deletable = 0; in tighten_bounds()
226 p->vars_deletable++; in tighten_bounds()
245 p->vars_deletable++; in tighten_bounds()
310 if (p->vars_deletable > p->par.mat_col_compress_num && in tighten_bounds()
311 p->vars_deletable > n * p->par.mat_col_compress_ratio){ in tighten_bounds()
319 if (p->vars_deletable > del_vars){ in tighten_bounds()
322 p->vars_deletable - del_vars)); in tighten_bounds()
325 p->vars_deletable -= del_vars; in tighten_bounds()
660 p->vars_deletable--; in price_all_vars()
686 p->vars_deletable--; in price_all_vars()
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_lp.h113 int vars_deletable; /* a subset of vars at LB */ member