Skip to content

Commit

Permalink
Remove invariant
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed May 8, 2024
1 parent 4720ac1 commit 0f88142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 3 additions & 4 deletions tla/consensus/Traceccfraft.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ PROPERTIES
PROPERTIES
TraceMatched

INVARIANTS
INVARIANT
TraceDifferentialInv
CommittableIndicesIsConstantSpaceInv

CONSTRAINT
TraceMatchesConstraints
Expand Down Expand Up @@ -93,5 +92,5 @@ CONSTANTS
NodeFour = "3"
NodeFive = "4"

\* ALIAS
\* TraceAlias
ALIAS
TraceAlias
3 changes: 0 additions & 3 deletions tla/consensus/Traceccfraft.tla
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,6 @@ TraceMatchesConstraints ==
/\ MembershipStateConsistentInv
/\ CommitCommittableIndices

CommittableIndicesIsConstantSpaceInv ==
"committable_indices" \in DOMAIN logline.msg.state => Len(logline.msg.state.committable_indices) <= 2

-------------------------------------------------------------------------------------

TraceDifferentialInv ==
Expand Down

0 comments on commit 0f88142

Please sign in to comment.