All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.it.unibo.tuprolog.dsl.solve.PrologScopeWithResolutionImpl.kt Maven / Gradle / Ivy

Go to download

Kotlin DSL for logic programming, enriched with unification, clause storage, and resolution facilities

There is a newer version: 1.0.4
Show newest version
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