|
1 | 1 | -Q . DiSeL |
2 | 2 | -arg "-w -notation-overridden,-local-declaration,-redundant-canonical-projection,-projection-no-head-constant" |
3 | 3 |
|
4 | | -SeqLib.v |
5 | | -Greeter/Greeter.v |
6 | | -Querying/QueryProtocol.v |
7 | | -Querying/QueryHooked.v |
8 | | -Calculator/CalculatorProtocol.v |
| 4 | +Calculator/CalculatorExtraction.v |
9 | 5 | Calculator/CalculatorInvariant.v |
10 | | -Calculator/CalculatorClientLib.v |
11 | | -Calculator/CalculatorServerLib.v |
12 | | -Calculator/SimpleCalculatorServers.v |
13 | 6 | Calculator/DelegatingCalculatorServer.v |
| 7 | +Calculator/SimpleCalculatorServers.v |
| 8 | +Calculator/CalculatorClientLib.v |
| 9 | +Calculator/CalculatorProtocol.v |
14 | 10 | Calculator/SimpleCalculatorApp.v |
15 | | -TwoPhaseCommit/TwoPhaseProtocol.v |
16 | | -TwoPhaseCommit/TwoPhaseCoordinator.v |
17 | | -TwoPhaseCommit/TwoPhaseParticipant.v |
| 11 | +Calculator/CalculatorServerLib.v |
| 12 | +SeqLib.v |
| 13 | +LockResource/ResourceProtocol.v |
| 14 | +LockResource/LockProtocol.v |
18 | 15 | TwoPhaseCommit/SimpleTPCApp.v |
19 | 16 | TwoPhaseCommit/TwoPhaseInductiveInv.v |
20 | | -TwoPhaseCommit/TwoPhaseInductiveProof.v |
| 17 | +TwoPhaseCommit/TwoPhaseClient.v |
| 18 | +TwoPhaseCommit/TwoPhaseInductiveProof.v |
| 19 | +TwoPhaseCommit/TwoPhaseParticipant.v |
| 20 | +TwoPhaseCommit/TwoPhaseExtraction.v |
| 21 | +TwoPhaseCommit/TwoPhaseProtocol.v |
| 22 | +TwoPhaseCommit/TwoPhaseCoordinator.v |
| 23 | +Greeter/Greeter.v |
21 | 24 | Querying/QueryPlusTPC.v |
22 | | -LockResource/LockProtocol.v |
23 | | -LockResource/ResourceProtocol.v |
| 25 | +Querying/QueryProtocol.v |
| 26 | +Querying/QueryHooked.v |
0 commit comments