Home
last modified time | relevance | path

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

/dports/devel/ppl/ppl-1.2/interfaces/Java/parma_polyhedra_library/
H A DMIP_Problem.java222 public native void set_objective_function(Linear_Expression obj); in set_objective_function() method in MIP_Problem
/dports/devel/ppl/ppl-1.2/interfaces/Java/tests/
H A DMIP_Problem_test1.java81 mip2.set_objective_function(mip1_obj); in test01()
96 mip3.set_objective_function(le_b); in test01()
/dports/devel/ppl/ppl-1.2/src/
H A DMIP_Problem_defs.hh385 void set_objective_function(const Linear_Expression& obj);
H A DOctagonal_Shape_templates.hh132 lp.set_objective_function(x); in Octagonal_Shape()
142 lp.set_objective_function(x + y); in Octagonal_Shape()
155 lp.set_objective_function(x - y); in Octagonal_Shape()
171 lp.set_objective_function(x - y); in Octagonal_Shape()
184 lp.set_objective_function(-x - y); in Octagonal_Shape()
192 lp.set_objective_function(-x); in Octagonal_Shape()
H A DBD_Shape_templates.hh290 lp.set_objective_function(x); in BD_Shape()
302 lp.set_objective_function(x - y); in BD_Shape()
310 lp.set_objective_function(-x); in BD_Shape()
H A DPolyhedron_nonpublic.cc1306 lp.set_objective_function(Variable(x.space_dim)); in strongly_minimize_constraints()
H A DMIP_Problem.cc208 PPL::MIP_Problem::set_objective_function(const Linear_Expression& obj) { in set_objective_function() function in PPL::MIP_Problem
H A DPolyhedron_public.cc2286 lp.set_objective_function(Variable(x.space_dim)); in simplify_using_context_assign()
H A DBox_templates.hh437 lp.set_objective_function(Variable(i)); in Box()
H A Dppl.hh.dist52045 void set_objective_function(const Linear_Expression& obj);
71186 lp.set_objective_function(x);
71196 lp.set_objective_function(x + y);
71209 lp.set_objective_function(x - y);
71225 lp.set_objective_function(x - y);
71238 lp.set_objective_function(-x - y);
71246 lp.set_objective_function(-x);
80837 lp.set_objective_function(x);
80849 lp.set_objective_function(x - y);
80857 lp.set_objective_function(-x);
[all …]
/dports/devel/ppl/ppl-1.2/tests/MIP_Problem/
H A Dexceptions1.cc59 mip.set_objective_function(A); in test02()
H A Dmipproblem1.cc199 mip.set_objective_function(new_cost); in test02()
797 mip.set_objective_function(new_cost); in test04()
/dports/math/octave/octave-6.4.0/doc/liboctave/
H A Doptim.texi48 @deftypefn {} Objective& set_objective_function (const @var{objective_fcn})
H A Dliboctave.info2240 -- : Objective& set_objective_function (const OBJECTIVE_FCN)
4340 * set_objective_function: Objective Functions. (line 15)
/dports/devel/ppl/ppl-1.2/interfaces/OCaml/
H A Dppl_ocaml_common.cc953 ppl_mip.set_objective_function(build_ppl_Linear_Expression(caml_cost)); in ppl_MIP_Problem_set_objective_function()
/dports/devel/ppl/ppl-1.2/interfaces/C/
H A Dppl_c_implementation_common.cc1999 mmip.set_objective_function(lle); in ppl_MIP_Problem_set_objective_function()
/dports/devel/ppl/ppl-1.2/interfaces/Java/jni/
H A Dppl_java_globals.cc1053 mip->set_objective_function(le); in Java_parma_1polyhedra_1library_MIP_1Problem_set_1objective_1function()
/dports/devel/ppl/ppl-1.2/interfaces/Prolog/
H A Dppl_prolog_common.cc2283 mip->set_objective_function(build_linear_expression(t_le_expr, where)); in ppl_MIP_Problem_set_objective_function()