14 Commits (6c32b645c4321834a5475d14829a84a1aa85c70a)

Author SHA1 Message Date
Tim Quatmann 6c32b645c4 Fixed compilation with mathsat. 5 years ago
Tim Quatmann 58de346bd5 Revert "Fixed compilation with mathsat." 5 years ago
Tim Quatmann 8b57b18201 Fixed compilation with mathsat. 5 years ago
Tim Quatmann 0e18046934 Fixed translating ceil(x) to mathsat expressions. 6 years ago
dehnert 87843e084e several fixes related to game-based abstraction 7 years ago
dehnert d66047e3b7 few fixes to jani game-based abstraction 7 years ago
dehnert 31fa43ab27 some fixes to interpolation in game-based abstraction refinement 7 years ago
TimQu 927a8f93cc fixed translation of rational numbers to mathsat expressions 8 years ago
TimQu 3d4d23691c fixed translation of mathsat's rational number expressions to storm's rational number expressions 8 years ago
dehnert 136cb194d1 fixed a bunch of unused variable warnings 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
dehnert 3d426798b3 added visitor that checks for syntatical equality of expressions 9 years ago
dehnert 58857d62ed renamed double literal to rational literal 9 years ago
dehnert 569b27e110 work towards having rational numbers instead of doubles as literals in expressions 9 years ago
PBerger 3cda2d153a Fixed MathsatExpressionAdapter.h, where the adaption of std::hash was already wrapped in "namespace std" but the definition used std:: again. 9 years ago
dehnert 31be908c5a mathsat does not like boolean arguments to ite-expressions, so we encode it ourselves now 10 years ago
dehnert b37e009168 Further steps to new expressions. 10 years ago
dehnert ee9533e586 Started working on making the main executable build again. 10 years ago
dehnert ed74392f0d Another intermediate commit. 10 years ago
dehnert 99d9a9710d Further steps to make everything work again. 10 years ago
dehnert 983a7d78c2 Further work on expressions. 10 years ago
dehnert fff18f2789 Intermediate commit (refactoring expressions). 10 years ago
dehnert 809217c359 Refactored some parts of expressions. In particular, visitors now can return anything they want by using boost::any. 10 years ago
dehnert 85a4376e39 Now StoRM can be properly compiled without support for MathSAT if needed. 10 years ago
dehnert 7b8c382303 Added tests for Mathsat expression adapter. 10 years ago
dehnert f54b5671ea Done refactoring MathSAT expression adapter. 10 years ago
dehnert a061cdbed8 Started refactoring MathSAT adapter. 10 years ago
dehnert 81571878f7 Further refactoring of MathSAT solver. 10 years ago
dehnert 6eb415f87f Tests for MathSAT now run through on Mac OS. 10 years ago
dehnert d8be64f0d7 Started on making MathSatSmtSolver work properly. 10 years ago
dehnert 3231ea6c06 Moved to new macros. 11 years ago
David_Korzeniewski 25d87bae06 Builds fine, still no tests yet 11 years ago
David_Korzeniewski 56edf1e126 Initial MathSat integration. 11 years ago