Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion violation Assertion !isEliminated(v)' failed.` in 4.4 #25

Closed
mgudemann opened this issue Jul 3, 2017 · 1 comment
Closed

Comments

@mgudemann
Copy link
Contributor

For the attached model, --bound 12 should falsify smv::main::spec1, but results in

ebmc-4.4: ../../minisat-2.2.1/minisat/simp/SimpSolver.cc:106: Minisat::lbool Minisat::SimpSolver::solve_(bool, bool): Assertion `!isEliminated(v)' failed.
fish: “~/source/formal_methods/ebmc-4.…” terminated by signal SIGABRT (Abort)

elbtunnel.zip

real PO values (with CEX depth):

PO 0 - k: ..........no([0])
PO 1 - k: .yes([1])
PO 2 - k: ....no([2])
PO 3 - k: .........no([3])
PO 4 - k: .yes([4])
PO 5 - k: ........yes([5])
PO 6 - k: ..........no([6])
PO 7 - k: ..........no([7])
@mgudemann
Copy link
Contributor Author

solved in #27 this was a problem with multiple properties modelled via the same literal which was not frozen and got eliminated by MiniSAT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant