Home
last modified time | relevance | path

Searched refs:NextSolution (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/doc/
H A DCP.md41 while (solver.NextSolution()) {
95 while solver.NextSolution():
205 while (solver.NextSolution())
/dports/math/py-or-tools/or-tools-9.2/examples/python/
H A Dmagic_sequence_distribute.py50 solver.NextSolution()
/dports/games/cake/cake_src/cake/
H A Dcommands.h114 void NextSolution(void);
/dports/math/py-or-tools/or-tools-9.2/examples/contrib/
H A Dscheduling_speakers.py77 while solver.NextSolution():
H A Dxkcd.cs55 while (solver.NextSolution()) in Solve()
H A Dmr_smith.py107 while solver.NextSolution():
H A Dgrocery.py77 while solver.NextSolution():
H A Dsecret_santa.py104 while solver.NextSolution():
H A Dlectures.py109 while solver.NextSolution():
H A Dscheduling_speakers.cs75 while (solver.NextSolution()) in Solve()
H A Dcontiguity_transition.cs91 while (solver.NextSolution()) in Solve()
H A Dcovering_opl.py121 while solver.NextSolution():
H A Dcoins3.py88 while solver.NextSolution():
H A Dcombinatorial_auction2.py91 while solver.NextSolution():
H A Dpost_office_problem2.py113 while solver.NextSolution():
H A Dski_assignment.py98 while solver.NextSolution():
H A Djust_forgotten.py86 while solver.NextSolution():
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/samples/
H A DSimpleCpProgram.cs56 while (solver.NextSolution()) in Main()
H A Dsimple_cp_program.py53 while solver.NextSolution():
H A Dnqueens_cp.py55 while solver.NextSolution():
H A Dsimple_cp_program.cc52 while (solver.NextSolution()) { in SimpleCpProgram()
/dports/math/py-or-tools/or-tools-9.2/examples/dotnet/
H A Dcsrabbitspheasants.cs58 solver.NextSolution(); in Solve()
/dports/math/py-or-tools/or-tools-9.2/examples/tests/
H A Dissue18.cs48 while (solver.NextSolution()) in NewSearchTest()
H A Dissue4.py30 while solver.NextSolution():
/dports/math/py-or-tools/or-tools-9.2/examples/cpp/
H A Dconstraint_programming_cp.cc42 while (solver.NextSolution()) { in RunConstraintProgrammingExample()

12345678910>>...13