Home
last modified time | relevance | path

Searched refs:checkSolution (Results 1 – 25 of 39) sorted by relevance

12

/dports/games/legend-of-edgar/edgar-1.34/src/item/
H A Dmastermind_display.c42 static int checkSolution(void);
288 val = checkSolution(); in activatePeg()
384 static int checkSolution() in checkSolution() function
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/
H A DXmodYeqZ.java208 assert checkSolution(resultMin, resultMax) == null : checkSolution(resultMin, resultMax); in consistency()
244 private String checkSolution(int resultMin, int resultMax) { in checkSolution() method in XmodYeqZ
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dsqpnp.hpp104 void checkSolution(SQPSolution& solution, double& min_error);
H A Dsqpnp.cpp277 checkSolution(solutions[0], min_sq_err); in solveInternal()
285 checkSolution(solutions[0], min_sq_err); in solveInternal()
290 checkSolution(solutions[1], min_sq_err); in solveInternal()
307 checkSolution(solutions[0], min_sq_err); in solveInternal()
312 checkSolution(solutions[1], min_sq_err); in solveInternal()
722 void PoseSolver::checkSolution(SQPSolution& solution, double& min_error) in checkSolution() function in cv::sqpnp::PoseSolver
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/sbl/
H A DSBL.h248 bool checkSolution(bool start, TreeData &tree, TreeData &otherTree, Motion *motion,
H A DpSBL.h250 … bool checkSolution(RNG &rng, bool start, TreeData &tree, TreeData &otherTree, Motion *motion,
/dports/math/minizinc/libminizinc-2.5.5/include/minizinc/
H A Dsolns2out.hh172 void checkSolution(std::ostream& os);
/dports/math/clp/Clp-1.17.3/Clp/examples/
H A Dsprint2.cpp111 model.checkSolution(); in main()
H A DdualCuts.cpp278 model.checkSolution(); in main()
H A Ddriver2.cpp255 model.checkSolution(); in main()
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/sbl/src/
H A DSBL.cpp162 if (checkSolution(!startTree, tree, otherTree, motion, solution)) in solve()
183 bool ompl::geometric::SBL::checkSolution(bool start, TreeData &tree, TreeData &otherTree, Motion *m… in checkSolution() function in ompl::geometric::SBL
H A DpSBL.cpp164 if (checkSolution(rng, !startTree, tree, otherTree, motion, solution)) in threadSolve()
259 bool ompl::geometric::pSBL::checkSolution(RNG &rng, bool start, TreeData &tree, TreeData &otherTree… in checkSolution() function in ompl::geometric::pSBL
/dports/math/minizinc/libminizinc-2.5.5/lib/
H A Dsolns2out.cpp244 checkSolution(checkerStream); in evalOutput()
322 void Solns2Out::checkSolution(std::ostream& oss) { in checkSolution() function in Solns2Out
/dports/math/ogdf/OGDF/include/coin/
H A DClpInterior.hpp306 void checkSolution();
H A DClpSimplex.hpp609 void checkSolution(int setToBounds = 0);
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpInterior.hpp334 void checkSolution();
H A DClpSimplex.hpp808 void checkSolution(int setToBounds = 0);
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/optflow/src/rlof/
H A Dberlof_invoker.hpp13 static inline bool checkSolution(float x, float y, float * c ) in checkSolution() function
600 bool isSolution1 = checkSolution(_x[0], _y[0], c ); in operator ()()
601 bool isSolution2 = checkSolution(_x[1], _y[1], c ); in operator ()()
1383 bool isSolution1 = checkSolution(_x[0], _y[0], c ); in operator ()()
1384 bool isSolution2 = checkSolution(_x[1], _y[1], c ); in operator ()()
1777 bool isSink1 = isIn1 && checkSolution(_x[0], _y[0], c ); in operator ()()
1778 bool isSink2 = isIn2 && checkSolution(_x[1], _y[1], c ); in operator ()()
2387 bool isSolution1 = checkSolution(_x[0], _y[0], c); in operator ()()
2388 bool isSolution2 = checkSolution(_x[1], _y[1], c); in operator ()()
/dports/math/ogdf/OGDF/src/ogdf/layered/
H A DOptimalHierarchyClusterLayout.cpp40 int checkSolution( in checkSolution() function
674 checkSolution(matrixBegin, matrixCount, matrixIndex, matrixValue, in computeXCoordinates()
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/examples/Abc/
H A DAbcModel.h622 double checkSolution(double cutoff,
H A DAbcModel.cpp503 AbcModel::checkSolution (double cutoff, in checkSolution() function in AbcModel
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_countsols.c1257 SCIP_RETCODE checkSolution( in checkSolution() function
1703 SCIP_CALL( checkSolution(scip, sol, conshdlrdata, result) ); in SCIP_DECL_CONSENFOLP()
1736 SCIP_CALL( checkSolution(scip, sol, conshdlrdata, result) ); in SCIP_DECL_CONSENFORELAX()
1772 SCIP_CALL( checkSolution(scip, sol, conshdlrdata, result) ); in SCIP_DECL_CONSENFOPS()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/videostab/src/
H A Dmotion_stabilizing.cpp541 model.checkSolution(); in stabilize()
547 model.checkSolution(); in stabilize()
/dports/math/py-CyLP/CyLP-0.91.4/cylp/cpp/
H A DIClpSimplex.cpp1056 checkSolution(); in dualWithPresolve()
1079 checkSolution(); in primalWithPresolve()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcModel.hpp1359 virtual double checkSolution(double cutoff, double *solution,

12