![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.it.unibo.tuprolog.solve.directives.ClausePartitionImpl.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of solve-jvm Show documentation
Show all versions of solve-jvm Show documentation
Resolution-agnostic API for logic solvers
package it.unibo.tuprolog.solve.directives
import it.unibo.tuprolog.core.Atom
import it.unibo.tuprolog.core.Struct
import it.unibo.tuprolog.core.operators.OperatorSet
import it.unibo.tuprolog.solve.flags.FlagStore
import it.unibo.tuprolog.theory.Theory
internal data class ClausePartitionImpl(
override val staticClauses: Theory,
override val dynamicClauses: Theory,
override val operators: OperatorSet,
override val initialGoals: List,
override val includes: List,
override val flagStore: FlagStore,
) : ClausePartition
© 2015 - 2025 Weber Informatics LLC | Privacy Policy