28 Commits (2201581ac32c4307d5e84114159436b0cb37cd26)

Author SHA1 Message Date
dehnert 2201581ac3 Further improved treatment of solutions with only unreachable target states. 12 years ago
dehnert dc0be79172 Improved elimination of solutions in which the target states are not even reachable. 12 years ago
dehnert b74715a374 Force Gurobi to be more precise wrt. binary variables. 12 years ago
dehnert 9143e09d86 Added some more output to counterexample generators for benchmarks. 12 years ago
dehnert d3dee7dd3e Minor changes to counterexample generator settings and output. 12 years ago
dehnert 47a05fc1b0 Beautified output of option system. Enabled command line interface of counterexample generation. 12 years ago
dehnert b18199d3ec Further work on minimal label set generators. 12 years ago
dehnert c31dbc85a7 Made all examples from the MILP-paper work. Most of them are really slow though. 12 years ago
dehnert e8b83a6aab Added synchronization cuts. 12 years ago
dehnert 6a4d2183dc Fix for SAT-based minimal counterexample generator: backward cuts are now fully correct again. Fix for PRISM grammar: missing update probabilities now default to one. 12 years ago
dehnert 8244420248 Some refactoring work. 12 years ago
masawei 1716c45ec5 Fixed compile errors concerning the handling of the STORM_HAVE_Z3 flag and a missing include in IRUtility.h 12 years ago
dehnert ae6838d786 Switched to different computation of smallest model. 12 years ago
dehnert 54d28e5540 Further work on MaxSAT-based minimal command set generator. 12 years ago
dehnert fda9c43e86 Fix for SMT-based minimal command set generator. Minor fixes to string output of expression classes. 12 years ago
dehnert a2bba28f94 Moved static analysis for guaranteed label set computation into utilities and improved MILP-based approach by using this information. 12 years ago
dehnert 629448c312 First working version of MaxSAT-based minimal command counterexample generation. 12 years ago
dehnert b6ff62e689 Towards adding more cuts to MaxSAT-based minimal command counterexamples. Some fixes here and there along the way. 12 years ago
dehnert d6c59e2ca3 Further work on MaxSAT-based minimal counterexample generator. 12 years ago
dehnert b860f16ada Further work on MaxSAT-based minimal command counterexamples. 12 years ago
dehnert aec2596753 Several fixes for the IR. Weakest precondition computation is now supported for IR expressions. 12 years ago
dehnert 20ae92e1ba Added support for cloning IR expressions. 12 years ago
dehnert 2cc5b6e080 Added Z3ExpressionAdapter to translate IR expressions to the Z3 format. Improvements to label-/command set generators. Disabled MILP-call from main(). 12 years ago
dehnert bd3edb5f8b Naive enumeration of command set works. 12 years ago
dehnert a7dda9131b Intermediate commit to switch workplace. 12 years ago
dehnert e3234b54f3 Step towards minimal command generator using MaxSAT and model checking. 12 years ago
dehnert a45e9423b8 Sparse matrix can now also be used without knowing the number of rows/columns/nonzeros upfront. Adapted ExplicitModelAdapter to use that capability to not explore the state space twice. Added support for Z3 to CMakeLists.txt. Added correct submatrix checks for transition rewards in MDPs. Extended a test for the ExplicitModelAdapter a bit. 12 years ago