Home
last modified time | relevance | path

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

/dports/devel/ppl/ppl-1.2/src/
H A DMIP_Problem.cc875 working_cost = working_cost_type(tableau_num_cols); in process_pending_constraints()
882 working_cost_type::iterator cost_itr = working_cost.end(); in process_pending_constraints()
917 working_cost_type::const_iterator itr = working_cost.end(); in process_pending_constraints()
1038 working_cost_type::const_iterator i_end in steepest_edge_float_entering_index()
1191 working_cost_type::const_iterator i_end in steepest_edge_exact_entering_index()
1241 working_cost_type::const_iterator itr = working_cost.end(); in steepest_edge_exact_entering_index()
1344 working_cost_type::const_iterator i = working_cost.lower_bound(1); in textbook_entering_index()
1347 working_cost_type::const_iterator i_end in textbook_entering_index()
1889 working_cost_type tmp_cost(cost_zero_size, cost_zero_size); in second_phase()
1894 working_cost_type::iterator itr in second_phase()
[all …]
H A DMIP_Problem_defs.hh516 typedef Row working_cost_type; typedef in Parma_Polyhedra_Library::MIP_Problem
519 working_cost_type working_cost;
H A Dppl.hh.dist52176 typedef Row working_cost_type;
52179 working_cost_type working_cost;
/dports/devel/ppl/ppl-1.2/
H A DChangeLog15568 * src/MIP_Problem.cc: MIP_Problem: use working_cost_type instead of