Home
last modified time | relevance | path

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

/dports/devel/ppl/ppl-1.2/src/
H A DMIP_Problem.cc1019 const int cost_sign = sgn(working_cost.get(working_cost.size() - 1)); in steepest_edge_float_entering_index() local
1041 if (sgn(*i) == cost_sign) { in steepest_edge_float_entering_index()
1097 if (sgn(cost_j) == cost_sign) { in steepest_edge_float_entering_index()
1169 const int cost_sign = sgn(working_cost.get(working_cost.size() - 1)); in steepest_edge_exact_entering_index() local
1194 if (sgn(*i) == cost_sign) { in steepest_edge_exact_entering_index()
1288 if (sgn(cost_j) == cost_sign) { in steepest_edge_exact_entering_index()
1341 const int cost_sign = sgn(working_cost.get(cost_sign_index)); in textbook_entering_index() local
1342 PPL_ASSERT(cost_sign != 0); in textbook_entering_index()
1350 if (sgn(*i) == cost_sign) { in textbook_entering_index()