28 Commits (1fb8d72a3036414c54bd4a5916ac6800c1a7cc05)

Author SHA1 Message Date
dehnert 1fb8d72a30 Merged master in parametricSystems. 11 years ago
dehnert b77772b242 Fixed some minor issues. 11 years ago
dehnert 6142c6c3b7 Fixed more missing ifdefs. 11 years ago
svkurowski 43c63f1cb6 Fixed typo from aa025df9 11 years ago
dehnert 25db3f9d0f Fixed error that prevents compilation if Z3 is not present. 11 years ago
dehnert ee9533e586 Started working on making the main executable build again. 11 years ago
dehnert 7ec3e8b214 Further fixes for new variable handling. libstorm now compiles again, yay. 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 f54b5671ea Done refactoring MathSAT expression adapter. 11 years ago
dehnert 84bfd58884 Minor refactoring of Z3 expression adapter. 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 e49814d391 Modified pctl/csl/ltl options to now take formulas instead of files. Prefixed the macros with STORM_. Moved these macros into a file in the utilities. Modified architecture of the exception classes slightly. Threw away all the contents of main(). This will now be build from scratch. 11 years ago
David_Korzeniewski ab1bbf25af Possible fix for gcc & clang 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
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. 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 93c03fff3f Fixed order of checks in Z3ExpressionAdapter, fixed missing override of isVariable in VariableExpression, removed unnecessary exception in Z3SmtSolver model generation 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