Skip to content
Snippets Groups Projects
Unverified Commit 5f33c44b authored by wangyingjian's avatar wangyingjian Committed by GitHub
Browse files

Update Constraint.relast

parent 752abad9
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,12 @@ abstract Term; ...@@ -3,13 +3,12 @@ abstract Term;
abstract Connective; abstract Connective;
Atom:Connective ::= Relation; Atom:Connective ::= Relation;
abstract Relation; abstract Relation;
abstract UnaryRelation:Relation ::= Term;
abstract BinaryRelation:Relation ::= Left:Term Right:Term; abstract BinaryRelation:Relation ::= Left:Term Right:Term;
Subsetof:BinaryRelation; Subsetof:BinaryRelation;
Compare:BinaryRelation; Compare:BinaryRelation;
Equal:BinaryRelation; Equal:BinaryRelation;
SelfEq:UnaryRelation;
SelfComp:UnaryRelation;
abstract UnaryConnective:Connective ::= Connective; abstract UnaryConnective:Connective ::= Connective;
abstract BinaryConnective:Connective ::= Left:Connective Right:Connective; abstract BinaryConnective:Connective ::= Left:Connective Right:Connective;
Conjunction:BinaryConnective; Conjunction:BinaryConnective;
...@@ -24,4 +23,4 @@ rel PillarTerm.Rel -> Pillar; ...@@ -24,4 +23,4 @@ rel PillarTerm.Rel -> Pillar;
Term1:PillarTerm;//return size of top disk, return -1 when no disk. Term1:PillarTerm;//return size of top disk, return -1 when no disk.
Term2:PillarTerm;//return the target pillar's ID for the current pillar in odd turns. Term2:PillarTerm;//return the target pillar's ID for the current pillar in odd turns.
Term3:PillarTerm;//return the ID for the current pillar. Term3:PillarTerm;//return the ID for the current pillar.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment