Home
last modified time | relevance | path

Searched refs:canSolve (Results 1 – 25 of 59) sorted by relevance

123

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/items/biochips/
H A Daichip.cpp120 if (vm->canSolve()) in setUpAIChip()
139 if (vm->canSolve()) in setUpAIChipRude()
170 if (GameState.getWalkthroughMode() && vm->canSolve()) in activateAIHotspots()
181 if (vm->canSolve()) in showBriefingClicked()
201 if (vm->canSolve()) in showEnvScanClicked()
253 if (vm->canSolve()) in clickInAIHotspot()
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/items/biochips/
H A Daichip.cpp120 if (vm->canSolve()) in setUpAIChip()
139 if (vm->canSolve()) in setUpAIChipRude()
172 if (GameState.getWalkthroughMode() && vm->canSolve()) in activateAIHotspots()
183 if (vm->canSolve()) in showBriefingClicked()
203 if (vm->canSolve()) in showEnvScanClicked()
257 if (vm->canSolve()) in clickInAIHotspot()
/dports/misc/dartsim/dart-6.11.1/dart/constraint/
H A DBoxedLcpSolver.hpp105 virtual bool canSolve(int n, const double* A) = 0;
H A DDantzigBoxedLcpSolver.hpp64 bool canSolve(int n, const double* A) override;
H A DDantzigBoxedLcpSolver.cpp71 bool DantzigBoxedLcpSolver::canSolve(int /*n*/, const double* /*A*/) in canSolve() function in dart::constraint::DantzigBoxedLcpSolver
H A DPgsBoxedLcpSolver.hpp82 bool canSolve(int n, const double* A) override;
/dports/games/einstein/einstein-2.0/
H A Dpuzgen.cpp221 static bool canSolve(SolvedPuzzle &puzzle, Rules &rules) in canSolve() function
257 if (canSolve(puzzle, excludedRules)) { in removeRules()
286 rulesDone = canSolve(puzzle, rules); in genRules()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dequality_infer.cpp305 bool canSolve = false; in eqNotifyMerge() local
307 canSolve = true; in eqNotifyMerge()
311 canSolve = r.isOne() || r.isNegativeOne(); in eqNotifyMerge()
313 if( canSolve ){ in eqNotifyMerge()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Dinteraction.h77 virtual bool canSolve() { return false; } in canSolve() function
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Dinteraction.h77 virtual bool canSolve() { return false; } in canSolve() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/norad/
H A Dpressuredoor.h50 bool canSolve();
H A Dsubcontrolroom.h52 bool canSolve();
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/neighborhood/norad/
H A Dpressuredoor.h50 bool canSolve() override;
H A Dsubcontrolroom.h52 bool canSolve() override;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/norad/delta/
H A Dnoraddelta.h68 bool canSolve();
H A Dglobegame.h107 bool canSolve();
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/norad/alpha/
H A Dnoradalpha.h80 bool canSolve();
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/caldoria/
H A Dcaldoriabomb.h131 bool canSolve();
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/neighborhood/caldoria/
H A Dcaldoriabomb.h131 bool canSolve() override;
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/neighborhood/norad/delta/
H A Dnoraddelta.h68 bool canSolve() override;
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/neighborhood/norad/alpha/
H A Dnoradalpha.h84 bool canSolve() override;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/prehistoric/
H A Dprehistoric.h129 bool canSolve();
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/tsa/
H A Dfulltsa.h71 bool canSolve();
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/wsc/
H A Dwsc.h57 bool canSolve();
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/neighborhood/prehistoric/
H A Dprehistoric.h129 bool canSolve() override;

123