150 Commits (6896a4ca518d75ac531b26c51bdb524dee76282d)

Author SHA1 Message Date
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
dehnert c82efc1f41 Minor fix. 12 years ago
dehnert 129fd296d6 Several fixes. MinimalLabelSetGenerator can now treat labeled values. 12 years ago
dehnert a99bdf1b17 Switched to more elegant solution to query initial states of a model. 12 years ago
dehnert 0f4e51e646 Changed notation to query option slightly. 12 years ago
PBerger c242dcbd97 Refactored CMakeLists.txt for better editing and overview 12 years ago
dehnert b546118c98 Gurobi output now only gets printed to standard out and logfile if --debug has been set. 12 years ago
dehnert 5d76fd5ba0 Disabled model output to file. 12 years ago
dehnert 014be3cb39 MinimalLabelSetGenerator can now handle multiple initial states properly. 12 years ago
dehnert f1c800f382 Minor fixes to MinimalLabelSetGenerator and AbstractModel. 12 years ago
PBerger f7a7ea8383 Fixed the StringValidator for the constants option 12 years ago
dehnert 8f3182b520 Working (and most importantly refactored) version of MinimalLabelSetGenerator. 12 years ago
dehnert 3c22a669af On my way of refactoring the minimal label set generator. Intermediate commit: does not compile, so be careful when pulling. 12 years ago
dehnert 5ff550194c Minimal label set generator now works for coin example, yay 12 years ago
dehnert 735cd2013f Further work on minimal label set generator. Intermediate commit. 12 years ago
dehnert 1a20ce7f33 A few additions to the minimal label set generator. 12 years ago
dehnert 12a92fc6ee Several fixes and additions to IR. Modifications to CMakeLists.txt of log4cplus to enable proper compilation under Mac OS. Fixes to coin2.nm. Added global variables to grammar and IR. Established basis for defining undefined constants of the model. Started to write MinimalLabelSetGenerator. 12 years ago
dehnert 85e674266d Added support for linking against Gurobi to CMakeLists.txt. Prepared work on the generator of minimal label sets. 12 years ago