classic

@get:JvmName(name = "classic")
val classic: SolverFactory

Deprecated

This method is being renamed into "prolog" and its usage in this form is now deprecated

Replace with

Solver.prolog

The SolverFactory for the classic, ISO-standard SLD-NF resolution solver (:solve-classic).

See also