ClausePartition

interface ClausePartition

Functions

Link copied to clipboard
open operator fun plus(other: ClausePartition): ClausePartition

Properties

Link copied to clipboard
abstract val dynamicClauses: <ERROR CLASS>
Link copied to clipboard
abstract val flagStore: FlagStore
Link copied to clipboard
abstract val includes: List<<ERROR CLASS>>
Link copied to clipboard
abstract val initialGoals: List<<ERROR CLASS>>
Link copied to clipboard
abstract val operators: <ERROR CLASS>
Link copied to clipboard
abstract val staticClauses: <ERROR CLASS>

Inheritors

Link copied to clipboard

Extensions

Link copied to clipboard
operator fun ClausePartition?.plus(other: ClausePartition?): ClausePartition