Home
last modified time | relevance | path

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

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_varfunc.c389 int tmp_not_fixed_num = 0, *tmp_not_fixed, *itmp; in price_all_vars() local
435 tmp_not_fixed = (int *) malloc(p->par.not_fixed_storage_size * ISIZE); in price_all_vars()
640 tmp_not_fixed[tmp_not_fixed_num++] = curind; in price_all_vars()
711 lp_data->not_fixed = tmp_not_fixed; in price_all_vars()
712 tmp_not_fixed = itmp; in price_all_vars()
749 FREE(tmp_not_fixed); in price_all_vars()