Home
last modified time | relevance | path

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

/dports/devel/ppl/ppl-1.2/src/
H A DMIP_Problem.cc1084 const double challenger_value = sqrt(i->second); in steepest_edge_float_entering_index() local
1085 if (entering_index == 0 || challenger_value > current_value) { in steepest_edge_float_entering_index()
1086 current_value = challenger_value; in steepest_edge_float_entering_index()
1117 double challenger_value = sqrt(challenger_denom); in steepest_edge_float_entering_index() local
1120 if (entering_index == 0 || challenger_value > current_value) { in steepest_edge_float_entering_index()
1121 current_value = challenger_value; in steepest_edge_float_entering_index()
1163 PPL_DIRTY_TEMP_COEFFICIENT(challenger_value); in steepest_edge_exact_entering_index()
1256 challenger_value = challenger_numer * current_denom; in steepest_edge_exact_entering_index()
1259 if (challenger_value > current_value) { in steepest_edge_exact_entering_index()
1313 challenger_value = challenger_numer * current_denom; in steepest_edge_exact_entering_index()
[all …]
H A DPIP_Tree.cc720 Coefficient_traits::const_reference challenger_value in compatibility_check_find_pivot_in_set() local
723 PPL_ASSERT(challenger_value > 0); in compatibility_check_find_pivot_in_set()
751 value = challenger_value; in compatibility_check_find_pivot_in_set()
764 lhs *= challenger_value; in compatibility_check_find_pivot_in_set()
781 value = challenger_value; in compatibility_check_find_pivot_in_set()