15 Commits (ba1f6bf3d543bcb8d4016da8aeddfc0cc43f012c)

Author SHA1 Message Date
dehnert 7f5e775395 adapted counterexample generation to refactoring 9 years ago
sjunges a129983ae9 cleaning includes for better compilation times 9 years ago
dehnert 2eeaa06d76 Z3 runs fine again. 10 years ago
dehnert d6a299e799 MathSAT tests now running fine again. 10 years ago
dehnert 99d9a9710d Further steps to make everything work again. 10 years ago
dehnert 7b8c382303 Added tests for Mathsat expression adapter. 10 years ago
dehnert a061cdbed8 Started refactoring MathSAT adapter. 10 years ago
dehnert 84bfd58884 Minor refactoring of Z3 expression adapter. 10 years ago
dehnert 9ad12616e2 Renamed files in settings module a bit. Started on the pseudo-modular module-settings. 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. 10 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. 10 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 10 years ago
David_Korzeniewski a0319cb6e7 Model Generation and Tests for translating from z3 to storm 11 years ago
David_Korzeniewski 9a7b4f69ef More tests and some small bugfixes for Z3SmtSolver 11 years ago
David_Korzeniewski 45bc8ea665 Conditional compilation for all parts using z3 by checking STORM_HAVE_Z3 11 years ago