Closed dddejan closed 9 years ago
To run it use
./builds/src/sally --engine ic3 --lsal-extensions -v 1 --solver y2m5 examples/tte_synchro/tte_synchro.mcmt examples/tte_synchro/tte_synchro.cm_clock_distance.mcmt -d ic3::generalization -d ic3 -d ic3::deadlock
The assertion fails
sally: solvers/simplex/simplex.c:6949: simplex_process_var_diseq: Assertion `arith_var_has_eterm(&solver->vtbl, x1) && arith_var_has_eterm(&solver->vtbl, x2) && x1 != x2' failed.
Maybe a simpler problem to look at
./src/sally -v 1 --engine ic3 ../examples/oral_messages/om1_with_relays_validity_two_faults.mcmt
Fixed in Yices.
To run it use
The assertion fails