Skip to content

Commit

Permalink
Fix POType existential for inv satisfiability
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Nov 5, 2023
1 parent e69684f commit 8108dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdmj/src/main/java/com/fujitsu/vdmj/pog/POType.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public enum POType
TOTAL_ORDER("total order"),
EQUIV_RELATION("equivalence relation"),
TOTAL("total function"),
INV_SATISFIABILITY("invariant satisfiability"),
INV_SATISFIABILITY("invariant satisfiability", true),
THEOREM("theorem"),
STATE_INIT("state init", true);

Expand Down

0 comments on commit 8108dc6

Please sign in to comment.