Home
last modified time | relevance | path

Searched refs:solution_cost (Results 1 – 10 of 10) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/mul/mmn/
H A Dmmn_lbp_solver.cxx216 return -solution_cost(x); in operator ()()
267 double mmn_lbp_solver::solution_cost(std::vector<unsigned>& x) in solution_cost() function in mmn_lbp_solver
299 double zbest=solution_cost(x); in best_solution_cost_in_history()
306 double z = solution_cost(*xIter); in best_solution_cost_in_history()
H A Dmmn_diffusion_solver.cxx184 return std::pair<bool,double>(ok,-solution_cost(x)); in operator ()()
227 double mmn_diffusion_solver::solution_cost(std::vector<unsigned>& x) in solution_cost() function in mmn_diffusion_solver
411 double soln_val=solution_cost(x); in continue_diffusion()
H A Dmmn_diffusion_solver.h119 double solution_cost(std::vector<unsigned>& x);
H A Dmmn_lbp_solver.h134 double solution_cost(std::vector<unsigned>& x);
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dproblem.h227 void solution_cost();
H A Dproblem.cpp582 solution_cost(); in chain_search()
653 solution_cost(); in chain_search()
698 void Problem::solution_cost() in solution_cost() function in Problem
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dproblem.h230 void solution_cost();
/dports/math/py-or-tools/or-tools-9.2/ortools/bop/
H A Dbop_parameters.proto81 // abs(solution_cost - best_bound)
82 // / max(abs(solution_cost), abs(best_bound)).
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting.cc3186 int64_t solution_cost, int64_t start_time_ms) { in LogSolution() argument
3192 ? absl::StrCat(solution_cost) in LogSolution()
3194 "%d (%.8lf)", solution_cost, in LogSolution()
3195 cost_scaling_factor * (solution_cost + cost_offset)); in LogSolution()
H A Drouting.h1790 const std::string& description, int64_t solution_cost,