Home
last modified time | relevance | path

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

/dports/devel/ppl/ppl-1.2/src/
H A DMIP_Problem.cc82 working_cost(0), in MIP_Problem()
112 working_cost(0), in MIP_Problem()
923 itr = working_cost.end(); in process_pending_constraints()
1019 const int cost_sign = sgn(working_cost.get(working_cost.size() - 1)); 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()
1543 cost_sgn_coeff = working_cost.get(working_cost.size() - 1); in compute_simplex_using_steepest_edge_float()
1585 cost_sgn_coeff = working_cost.get(working_cost.size() - 1); in compute_simplex_using_steepest_edge_float()
1890 swap(tmp_cost, working_cost); in second_phase()
1920 itr = working_cost.end(); in second_phase()
2606 working_cost.ascii_dump(s); in ascii_dump()
[all …]
H A DMIP_Problem_inlines.hh48 working_cost(y.working_cost), in MIP_Problem()
74 working_cost(y.working_cost), in MIP_Problem()
182 swap(working_cost, y.working_cost); in m_swap()
214 = working_cost.external_memory_in_bytes() in external_memory_in_bytes()
H A DMIP_Problem_templates.hh40 working_cost(0), in MIP_Problem()
123 working_cost(0), in MIP_Problem()
H A DMIP_Problem_defs.hh519 working_cost_type working_cost; member in Parma_Polyhedra_Library::MIP_Problem
H A Dppl.hh.dist52179 working_cost_type working_cost;
52659 working_cost(y.working_cost),
52685 working_cost(y.working_cost),
52793 swap(working_cost, y.working_cost);
52825 = working_cost.external_memory_in_bytes()
52955 working_cost(0),
53038 working_cost(0),
/dports/devel/ppl/ppl-1.2/
H A DChangeLog15797 process_pending_constraints() for sparse working_cost rows.
15802 sparse working_cost rows.
15812 sparse working_cost rows (#4).
15817 working_cost row, in second_phase().
15822 sparse working_cost rows (#3).
15827 sparse working_cost rows (#2).
15832 sparse working_cost rows (#1).
15837 working_cost rows.
15842 textbook_entering_index() for sparse working_cost rows.
15857 process_pending_constraints() for sparse working_cost rows.
[all …]
H A DChangeLog_2001-200855233 private member working_cost.