dehnert
|
7f5e775395
|
adapted counterexample generation to refactoring
Former-commit-id: e73d2885cda850a67cf7b10b6fd4c86b671f3335
|
10 years ago |
sjunges
|
a129983ae9
|
cleaning includes for better compilation times
Former-commit-id: e2878ae043c54a4d0f2e5e37156557bcb66daaca
|
10 years ago |
dehnert
|
2eeaa06d76
|
Z3 runs fine again.
Former-commit-id: a725a33f01b9f5f55fc3bcc6790f719426e8846f
|
10 years ago |
dehnert
|
d6a299e799
|
MathSAT tests now running fine again.
Former-commit-id: 35083ea1201632224e40fb44fc04c7bc7a1ae054
|
10 years ago |
dehnert
|
99d9a9710d
|
Further steps to make everything work again.
Former-commit-id: 3f45a49dabbda57a14b9019d554cdf277ab88666
|
10 years ago |
dehnert
|
7b8c382303
|
Added tests for Mathsat expression adapter.
Former-commit-id: 4f8ef4c3c322fa06308147f833a5b1593058ef52
|
10 years ago |
dehnert
|
a061cdbed8
|
Started refactoring MathSAT adapter.
Former-commit-id: 93b1fdedb321574d217bbbe775c772b4029e359b
|
10 years ago |
dehnert
|
84bfd58884
|
Minor refactoring of Z3 expression adapter.
Former-commit-id: b31ae87a98a32e05aae8c2f5a8b59dacb5f7a5a0
|
10 years ago |
dehnert
|
9ad12616e2
|
Renamed files in settings module a bit. Started on the pseudo-modular module-settings.
Former-commit-id: b3162aa86beb98f3e8a118adf6c9252134077243
|
10 years ago |
dehnert
|
aecd0e3cb8
|
Made Storm compile again without Z3: guarded some header inclusions and function definitions/implementations. Also guarded the tests that require certain libraries (like Gurobi, glpk, Z3), so that tests do not fail any more when the libraries are not available.
Former-commit-id: 307036e25cb1d56cf6d354fbf830736e486f9247
|
11 years ago |
dehnert
|
40c698af90
|
Some fixes to make new SMT framework compile with clang under Mac OS (includes fixes to some initializiation ordering warnings). Bugfix for PRISM parser to correctly handle formulas.
Former-commit-id: d513476066ed6b8971452bef1d2d51f84aa44e5e
|
11 years ago |
David_Korzeniewski
|
93c03fff3f
|
Fixed order of checks in Z3ExpressionAdapter, fixed missing override of isVariable in VariableExpression, removed unnecessary exception in Z3SmtSolver model generation
Former-commit-id: ca5f876655762309afaa98af8341aa7520872308
|
11 years ago |
David_Korzeniewski
|
a0319cb6e7
|
Model Generation and Tests for translating from z3 to storm
translating from z3 to storm has still some errors
Former-commit-id: 2a46b6c615d013b79d5247385793d00f1f5c6d0b
|
11 years ago |
David_Korzeniewski
|
9a7b4f69ef
|
More tests and some small bugfixes for Z3SmtSolver
Former-commit-id: 71def90649e4638ada0596d8a15f7043338ad715
|
11 years ago |
David_Korzeniewski
|
45bc8ea665
|
Conditional compilation for all parts using z3 by checking STORM_HAVE_Z3
Added first simple tests for Z3SmtSolver and Z3ExpressionAdapter
Former-commit-id: 77ade5ffa618a98734061c586806f295b4b327a7
|
11 years ago |