io.github.kelvindev15.prolog.solver.tuprolog.TuPrologClassicSolver
A Solver that leverages on the tuProlog engine
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Value parameters
-
program
-
the program to solve.
Attributes
-
Returns
-
an iterator over the program's Solutions.
-
Definition Classes
-
Value parameters
-
program
-
the program to solve.
Attributes
-
Returns
-
a lazy list of the program's Solutions.
-
Inherited from:
-
Solver
Value parameters
-
program
-
the program to solve.
Attributes
-
Returns
-
a list of the program's Solutions.
-
Inherited from:
-
Solver