Home
last modified time | relevance | path

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

/dports/devel/ppl/ppl-1.2/src/
H A DMIP_Problem_inlines.hh57 input_obj_function(y.input_obj_function), in MIP_Problem()
84 input_obj_function(y.input_obj_function), in MIP_Problem()
135 return input_obj_function; in objective_function()
191 swap(input_obj_function, y.input_obj_function); in m_swap()
216 + input_obj_function.external_memory_in_bytes() in external_memory_in_bytes()
H A DMIP_Problem_templates.hh49 input_obj_function(obj), in MIP_Problem()
132 input_obj_function(obj), in MIP_Problem()
H A DMIP_Problem.cc91 input_obj_function(), in MIP_Problem()
121 input_obj_function(obj), in MIP_Problem()
217 input_obj_function = obj; in set_objective_function()
940 if (is_unbounded_obj_function(input_obj_function, mapping, opt_mode)) { in process_pending_constraints()
1875 input_obj_function.get_row(new_cost); in second_phase()
1959 = std::min(ep_space_dim, input_obj_function.space_dimension()); in evaluate_objective_function()
1960 input_obj_function.scalar_product_assign(numer, in evaluate_objective_function()
2384 if (external_space_dim < input_obj_function.space_dimension()) { in OK()
2389 << input_obj_function.space_dimension() << ")." in OK()
2564 input_obj_function.ascii_dump(s); in ascii_dump()
[all …]
H A DMIP_Problem_defs.hh588 Linear_Expression input_obj_function; member in Parma_Polyhedra_Library::MIP_Problem
H A Dppl.hh.dist52248 Linear_Expression input_obj_function;
52668 input_obj_function(y.input_obj_function),
52695 input_obj_function(y.input_obj_function),
52746 return input_obj_function;
52802 swap(input_obj_function, y.input_obj_function);
52827 + input_obj_function.external_memory_in_bytes()
52964 input_obj_function(obj),
53047 input_obj_function(obj),