Permutations

gapt.examples.Permutations
object Permutations

Given n >= 2 creates an unsatisfiable first-order clause set based on a statement about the permutations in S_n.

Attributes

Source
FormulaSequences.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(n: Int): List[FOLClause]

Attributes

Source
FormulaSequences.scala
def constants(n: Int): Set[FOLTerm]

return the set of constants which occur in the n-th clause set

return the set of constants which occur in the n-th clause set

Attributes

Source
FormulaSequences.scala