Tim Quatmann
|
6c32b645c4
|
Fixed compilation with mathsat.
|
5 years ago |
Tim Quatmann
|
58de346bd5
|
Revert "Fixed compilation with mathsat."
This reverts commit 8b57b18201 .
|
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
Former-commit-id: b6753a4891 [formerly 2b36b42bfa ]
Former-commit-id: f693de5f30
|
9 years ago |
dehnert
|
58857d62ed
|
renamed double literal to rational literal
Former-commit-id: 7bafe79eed
|
9 years ago |
dehnert
|
569b27e110
|
work towards having rational numbers instead of doubles as literals in expressions
Former-commit-id: c62f8af061
|
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.
Former-commit-id: 1d8aaaeca9
|
9 years ago |
dehnert
|
31be908c5a
|
mathsat does not like boolean arguments to ite-expressions, so we encode it ourselves now
Former-commit-id: e30e7fcd55
|
10 years ago |
dehnert
|
b37e009168
|
Further steps to new expressions.
Former-commit-id: 4396857eff
|
10 years ago |
dehnert
|
ee9533e586
|
Started working on making the main executable build again.
Former-commit-id: 9aaad15b9f
|
10 years ago |
dehnert
|
ed74392f0d
|
Another intermediate commit.
Former-commit-id: 37585dbfa0
|
10 years ago |
dehnert
|
99d9a9710d
|
Further steps to make everything work again.
Former-commit-id: 3f45a49dab
|
10 years ago |
dehnert
|
983a7d78c2
|
Further work on expressions.
Former-commit-id: 4774f0136d
|
10 years ago |
dehnert
|
fff18f2789
|
Intermediate commit (refactoring expressions).
Former-commit-id: e7cc7e95c2
|
10 years ago |
dehnert
|
809217c359
|
Refactored some parts of expressions. In particular, visitors now can return anything they want by using boost::any.
Former-commit-id: 0f6af138ae
|
10 years ago |
dehnert
|
85a4376e39
|
Now StoRM can be properly compiled without support for MathSAT if needed.
Former-commit-id: 28da4f5ed8
|
10 years ago |
dehnert
|
7b8c382303
|
Added tests for Mathsat expression adapter.
Former-commit-id: 4f8ef4c3c3
|
10 years ago |
dehnert
|
f54b5671ea
|
Done refactoring MathSAT expression adapter.
Former-commit-id: 6edb98b86c
|
10 years ago |
dehnert
|
a061cdbed8
|
Started refactoring MathSAT adapter.
Former-commit-id: 93b1fdedb3
|
10 years ago |
dehnert
|
81571878f7
|
Further refactoring of MathSAT solver.
Former-commit-id: 317a9f9545
|
10 years ago |
dehnert
|
6eb415f87f
|
Tests for MathSAT now run through on Mac OS.
Former-commit-id: 9f6cf0af6a
|
10 years ago |
dehnert
|
d8be64f0d7
|
Started on making MathSatSmtSolver work properly.
Former-commit-id: c370658b26
|
10 years ago |
dehnert
|
3231ea6c06
|
Moved to new macros.
Former-commit-id: d97c947c22
|
11 years ago |
David_Korzeniewski
|
25d87bae06
|
Builds fine, still no tests yet
Former-commit-id: 3d9d85679a
|
11 years ago |
David_Korzeniewski
|
56edf1e126
|
Initial MathSat integration.
Expression adapter, solving, unsat assumptions implemented
cmake and tests missing
allsat and interpolation not yet implemented
Former-commit-id: 5177775fbe
|
11 years ago |