Class BinaryDisunifier

java.lang.Object
edu.harvard.seas.pl.abcdatalog.ast.BinaryDisunifier
All Implemented Interfaces:
Premise

public class BinaryDisunifier extends Object implements Premise
This premise explicitly disallows the unification of two terms and is represented by the operator !=. For example, if X!=a, then the variable X cannot be unified with the constant a.