Companion

object Companion

Functions

Link copied to clipboard
Link copied to clipboard

Tells whether multiSet1 and multiSet2 contain the same clauses, regardless of order.

Link copied to clipboard

Computes a hash code for multiSet, consistent with equals.

Link copied to clipboard

Creates a MutableClauseMultiSet from the given Iterable of Clause

Creates a MutableClauseMultiSet from the given Sequence of Clause

fun of(unificator: Unificator, vararg clause: Clause): MutableClauseMultiSet

Creates a MutableClauseMultiSet with given clauses

fun of(unificator: Unificator, vararg clause: Scope.() -> Clause): MutableClauseMultiSet

Let developers easily create a MutableClauseMultiSet programmatically while avoiding variables names clashing