Home
last modified time | relevance | path

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

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_types.h400 int num_cuts_added_in_path; member
577 int num_cuts_added_in_path; member
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/TreeManager/
H A Dtm_proccomm.c507 lp[thread_num]->lp_stat.num_cuts_added_in_path = in send_active_node()
508 node->parent->num_cuts_added_in_path; in send_active_node()
516 lp[thread_num]->lp_stat.num_cuts_added_in_path = in send_active_node()
517 node->num_cuts_added_in_path = 0; in send_active_node()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_proccomm.c535 n->num_cuts_added_in_path = in send_node_desc()
536 p->lp_stat.num_cuts_added_in_path; in send_node_desc()
547 n->num_cuts_added_in_path = 0; in send_node_desc()
H A Dlp_genfunc.c479 p->lp_stat.num_cuts_added_in_path += cuts;