Closed edenfrenkel closed 1 year ago
I fixed the bug with defined relations. Now:
fast_paxos_forall_choosable.fly
times out in the solverflexible_paxos_forall_choosable.fly
verifiespaxos_forall_choosable.fly
verifiesstoppable_paxos_forall_choosable.fly
has an if ... then ... else
vertical_paxos_forall_choosable.fly
verifiesAll of the examples now run, although stoppable_paxos_forall_choosable.fly
and bosco_3t_safety.fly
run into the 10-minute timeout. I've now made that timeout configurable easily with --timeout
so if it's just a matter of running for a really long time you should be able to try that out.
After adding more examples converted from mypyvy (currently on the
qalpha
branch), I've encountered the following issues:bosco_3t_safety
,hybrid_reliable_broadcast_cisa
,raft
,ring_id_not_dead
,ring_id
,ticket
, as well as allstoppable_paxos
variants.unknown constant
error when runningverify
. This can be seen in all thechoosable
variants of paxos, where derived relations are currently defined viadef
.