Home
last modified time | relevance | path

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

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/recognition/include/pcl/recognition/3rdparty/metslib/
H A Dmodel.hh182 class permutation_problem: public evaluable_solution class
187 permutation_problem();
190 permutation_problem(int n) : pi_m(n), cost_m(0.0) in permutation_problem() function in mets::permutation_problem
398 { const permutation_problem& sol = in evaluate()
399 static_cast<const permutation_problem&>(s); in evaluate()
405 { permutation_problem& sol = static_cast<permutation_problem&>(s); in apply()
616 permutation_problem& sol = dynamic_cast<permutation_problem&>(s); in refresh()
724 const mets::permutation_problem& o = in copy_from()
748 mets::permutation_problem& sol = in apply()
749 static_cast<mets::permutation_problem&>(s); in apply()
[all …]