Home
last modified time | relevance | path

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

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_types.h456 int lp_total_iter_num; /* number of total simplex iterations */ member
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_branch.c454 p->lp_stat.lp_total_iter_num/(p->lp_stat.lp_calls -
778 int lp_iter = p->lp_stat.lp_total_iter_num + str_iter;
H A Dlp_genfunc.c351 p->lp_stat.lp_total_iter_num += iterd;
1406 int weighted_iter = p->lp_stat.lp_total_iter_num/(p->iter_num + 1);
H A Dlp_heuristics.c1039 p->lp_stat.lp_total_iter_num/(p->lp_stat.lp_calls - in fp_should_call_fp()
1124 lp_iter_limit = (p->lp_stat.lp_total_iter_num/(p->lp_stat.lp_calls - in diving_search()