Satisfaction

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Complete(val condition: Condition) : Satisfaction
Link copied to clipboard
data class None(val msg: String) : Satisfaction
Link copied to clipboard
data class Partial(val n: ULong, val m: ULong, val items: List<ULong>, val sorted: Boolean?, val conditions: Map<UInt, List<Condition>>) : Satisfaction
Link copied to clipboard
data class PartialComplete(    val n: ULong,     val m: ULong,     val items: List<ULong>,     val sorted: Boolean?,     val conditions: Map<List<UInt>, List<Condition>>) : Satisfaction