Home
last modified time | relevance | path

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

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_tm.h135 double *root_lp; member
H A Dsym_lp.h171 double *root_lp; member
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_wrapper.c607 if(p->tm->root_lp == NULL){ in create_subproblem_u()
608 p->root_lp = (double *)calloc(p->mip->n+1, DSIZE); in create_subproblem_u()
609 p->tm->root_lp = p->root_lp; in create_subproblem_u()
611 p->root_lp = p->tm->root_lp; in create_subproblem_u()
911 memcpy(p->root_lp, lp_data->x, DSIZE*n); in is_feasible_u()
H A Dlp_heuristics.c1728 double *root_lp = 0; in ds_fix_vars() local
1838 if(!p->par.ds_euc_fix_enabled || !p->root_lp || //!ip_sol || in ds_fix_vars()
1843 (!p->par.ds_euc_enabled || !p->root_lp || in ds_fix_vars()
1845 root_lp = p->root_lp; in ds_fix_vars()
1848 base_rank = pow(x[ind] - root_lp[ind], 2); in ds_fix_vars()
1850 pow(ceil(x[ind] - etol) - root_lp[ind], 2); in ds_fix_vars()
1852 pow(floor(x[ind] + etol) - root_lp[ind], 2); in ds_fix_vars()
1951 if(!p->par.ds_pc_enabled || !p->root_lp) return -1; in ds_fix_vars()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/TreeManager/
H A Dtm_func.c3670 FREE(tm->root_lp);