You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 |
.. |
GlpkLpSolverTest.cpp
|
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 |
GmmxxLinearEquationSolverTest.cpp
|
Fixed bugs in some files.
|
12 years ago |
GmmxxNondeterministicLinearEquationSolverTest.cpp
|
Changed interface of matrix builder slightly to be able to also not force the resulting matrix to certain dimensions, but merely to reserve the desired space.
|
11 years ago |
GurobiLpSolverTest.cpp
|
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 |
NativeLinearEquationSolverTest.cpp
|
Added functional tests for nondeterministic linear equation solvers. Added functional tests for LPs in addition to the existing MILP tests.
|
12 years ago |
NativeNondeterministicLinearEquationSolverTest.cpp
|
Changed interface of matrix builder slightly to be able to also not force the resulting matrix to certain dimensions, but merely to reserve the desired space.
|
11 years ago |
Z3SmtSolverTest.cpp
|
Fixed some warnings in various places.
|
11 years ago |