213 Commits (f81ce1cac193a01fab313dd4a7a6ce4cf6abd9e2)

Author SHA1 Message Date
sjunges e0980de0ba first version of storm without log4cplus as a dependency 9 years ago
dehnert 08bed36579 fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm 9 years ago
dehnert fa44d65ebd renamed policy to scheduler in some variable names 9 years ago
dehnert 3727018ef4 added functionality to sparse MDP helper to compute until probabilities just for maybe states (and produce the corresponding scheduler) 9 years ago
dehnert 8f087597cc more work towards proper scheduler generation 9 years ago
dehnert 5a1039838f made everything compile again and all tests passing 9 years ago
dehnert bdcd4b26a3 refactoring early termination and solve goals and bounds 9 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 9 years ago
dehnert 94b817c531 removed debug output 9 years ago
sjunges 1e1400d68d merge 9 years ago
sjunges 096778a5d0 assorted fixes (builder for no-fix-deadline, semicolon, xercesbuild) 9 years ago
dehnert 0d6612352c silenced sylvan and gmm warnings (for clang) 9 years ago
dehnert 0708672a68 removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD 9 years ago
dehnert b7ea918d1b update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754) 9 years ago
dehnert f8fc39870a hybrid and symbolic model checkers working with sylvan 9 years ago
dehnert 7376eaf866 made symbolic MDP model checker tests work 9 years ago
dehnert 7f75db2790 ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working. 9 years ago
dehnert ebe9ccbb15 some work on DD stuff 10 years ago
dehnert 4a772fe48d fixed bug in sylvan 10 years ago
dehnert 472851508c changed return type of equal, notEqual, less, lessOrEqual, greater, greaterOrEqual to BDD since returning an ADD is logically not quite correct 10 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
dehnert 9bac056354 enabled preconditioning for value iteration in gmm++-based MinMax equation solver 10 years ago
dehnert 97e302a78c guarded timeouts in z3 by ifdef-guards 10 years ago
dehnert 6cfa6ac9c7 added timeout to smt solver interface 10 years ago
sjunges 703013b97c program, vector, gurobi 10 years ago
dehnert 6a80348150 fixed issue related to row groups in sparse matrix and adapted the affected calling sites 10 years ago
dehnert fd86d430ae minor fix 10 years ago
dehnert 5521172ed1 more work on sparse game solver 10 years ago
dehnert e659dd8c4a some work on sparse game solver 10 years ago
sjunges f08f66e900 added an option for polic extraction to the helper, some includes 10 years ago
sjunges 2dc9eb9b83 Currently exclude smtrat- does not compile with current version. 10 years ago
dehnert 8d2bd4fd9d fixed two warnings 10 years ago
dehnert 7cafd61c38 switched gcc to use c++14 as well 10 years ago
dehnert e364d3be53 added missing header 10 years ago
sjunges 8568ee3986 only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
dehnert f4211637db fixed warning and missing include 10 years ago
sjunges e3122e5ede Faster compilation and topological failing test failed 10 years ago
sjunges 1086ffc1cc Added allow early termination for min/max solvers 10 years ago
sjunges faf31156e0 fix for last changes + is probabilistic 10 years ago
sjunges 97c24fe229 solver settings now within solver, minmax refactored to share common variables 10 years ago
dehnert fbd05cd780 more and more bugfixes 10 years ago
TimQu ba95065ce3 Fixed memory leak by adding destructors for linear equation solvers. Previously, the member unique_ptr<...> gmmxxMatrix from the gmmxx subclasses was not deleted properly 10 years ago
sjunges 92082dc970 gurobi lp solver refactored in case gurobi is not found, and fixes for linux - sorry about earlier lack of checks on linux 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
sjunges a129983ae9 cleaning includes for better compilation times 10 years ago
dehnert e338cbe069 fixed a lot of warnings in the tests 10 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 10 years ago
sjunges 0bd4b9b8ad fixed some guards for smtsolver 10 years ago
dehnert 9d5c3e7e2f added functionality to flatten the modules of a PRISM program into one module 10 years ago