commonMain.it.unibo.tuprolog.dsl.solve.PrologScopeWithResolutionImpl.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dsl-solve-jvm Show documentation
Show all versions of dsl-solve-jvm Show documentation
Kotlin DSL for logic programming, enriched with unification, clause storage, and resolution facilities
package it.unibo.tuprolog.dsl.solve
import it.unibo.tuprolog.dsl.theory.PrologScopeWithTheories
import it.unibo.tuprolog.solve.MutableSolver
import it.unibo.tuprolog.solve.SolverFactory
class PrologScopeWithResolutionImpl
constructor(
override val solverFactory: SolverFactory,
override val defaultSolver: MutableSolver = solverFactory.mutableSolverWithDefaultBuiltins()
) : PrologScopeWithResolution, PrologScopeWithTheories by PrologScopeWithTheories.empty(), MutableSolver by defaultSolver
© 2015 - 2025 Weber Informatics LLC | Privacy Policy