When we set z3.smt.logic = QF_LIA, Z3SolverContext fails on:
|
params.add("random_seed", config.randomSeed) |
On one hand, we need a stable seed for reproducible experiments. On the other hand, it would be great to have the ability to restrict the logic.
When we set
z3.smt.logic = QF_LIA,Z3SolverContextfails on:apalache/tla-bmcmt/src/main/scala/at/forsyte/apalache/tla/bmcmt/smt/Z3SolverContext.scala
Line 64 in ce6028e
On one hand, we need a stable seed for reproducible experiments. On the other hand, it would be great to have the ability to restrict the logic.