Home
last modified time | relevance | path

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

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_types.h587 int node_cuts_tried; member
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_genfunc.c363 p->lp_stat.node_cuts_tried = 0;
368 p->lp_stat.node_cuts_tried = TRUE;
1998 p->lp_stat.node_cuts_tried = TRUE;
H A Dlp_proccomm.c564 n->cuts_tried = p->lp_stat.node_cuts_tried; in send_node_desc()