Home
last modified time | relevance | path

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

/dports/devel/ppl/ppl-1.2/interfaces/Java/parma_polyhedra_library/
H A DMIP_Problem.java264 public native void evaluate_objective_function(Generator evaluating_point, in evaluate_objective_function() argument
/dports/devel/ppl/ppl-1.2/src/
H A DMIP_Problem_defs.hh423 void evaluate_objective_function(const Generator& evaluating_point,
H A DMIP_Problem.cc1942 ::evaluate_objective_function(const Generator& evaluating_point, in evaluate_objective_function() argument
1945 const dimension_type ep_space_dim = evaluating_point.space_dimension(); in evaluate_objective_function()
1951 if (!evaluating_point.is_point()) { in evaluate_objective_function()
1961 evaluating_point.expr, in evaluate_objective_function()
1965 normalize2(numer, evaluating_point.divisor(), numer, denom); in evaluate_objective_function()
H A Dppl.hh.dist52068 evaluating the objective function on \p evaluating_point.
52070 \param evaluating_point
52080 Thrown if \p *this and \p evaluating_point are dimension-incompatible
52081 or if the generator \p evaluating_point is not a point.
52083 void evaluate_objective_function(const Generator& evaluating_point,