9 Commits (18c1fc3b3fefe163276899bf90c01355bd0c0cfc)

Author SHA1 Message Date
dehnert 1fb8d72a30 Merged master in parametricSystems. 11 years ago
David_Korzeniewski ab36c5fb0d Workarounds for more Windows quirks. Compiles but tests crash. 11 years ago
dehnert 398f6c4e86 Partly adapted code to new 'type system'. 11 years ago
dehnert 983a7d78c2 Further work on expressions. 11 years ago
dehnert fff18f2789 Intermediate commit (refactoring expressions). 11 years ago
dehnert 85a4376e39 Now StoRM can be properly compiled without support for MathSAT if needed. 11 years ago
dehnert b5d55335a6 All tests passing again. 11 years ago
dehnert ba14ba3613 Further work on MathSAT solver. 11 years ago
dehnert 81571878f7 Further refactoring of MathSAT solver. 11 years ago
dehnert c474920fa4 Started refactoring SMT solvers. Now displaying MathSAT version in CLI. 11 years ago
dehnert 7ff3dcecfb Added test for interpolation to MathSat tests. 11 years ago
David_Korzeniewski 40e07b2ea5 Interpolation and AllSat implemented. 11 years ago
David_Korzeniewski 56edf1e126 Initial MathSat integration. 11 years ago
David_Korzeniewski 31c1357efa alternative all sat callback 11 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. 11 years ago
David_Korzeniewski 3887cb57aa Fix for temporaries and non const references 11 years ago
David_Korzeniewski 52d3d91060 Implemented Unsat Core/Assumtions & simple test 11 years ago
David_Korzeniewski a815a6f425 Implemented allSat with z3 and test 11 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
David_Korzeniewski 4e6c9b7d6b Implemented translating z3 expressions to storm expressions 11 years ago
David_Korzeniewski 29083cc89c Implemented asserting expressions and checking satisfiability with z3 11 years ago