150 Commits (70fc3ec29a76958717b36b341cfb80d3673442c8)

Author SHA1 Message Date
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 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 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 129fd296d6 Several fixes. MinimalLabelSetGenerator can now treat labeled values. 12 years ago
dehnert 61e12601ed Further step towards refactored ExplicitModelAdapter. 12 years ago
dehnert a08a403eec Ongoing refactoring work on ExplicitModelAdapter. 12 years ago
dehnert e2b0c4f1aa Started refactoring ExplicitModelAdapter to finally make it nice. 12 years ago
dehnert 2aa8d11101 Removed unnecessary option. Fixed performance tests. 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 014be3cb39 MinimalLabelSetGenerator can now handle multiple initial states properly. 12 years ago
dehnert 1934bdd801 Disabled MinimalLabelSetGenerator test code in storm.cpp and fixed minor issue in ExplicitModelAdapter that treated constant strings incorrectly. 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 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 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
PBerger 58ff007654 Fixed the Settings structure 12 years ago
PBerger 938959de56 Added a set() Method to the Settings.h for the Tests 12 years ago
PBerger e69c9f1962 Added all options from StoRM 12 years ago
PBerger d5a9656cac Removed OptionsAccumulator.h and merged it into Settings.h 12 years ago
PBerger bde10b750e Added my initial implementation of Settings 12 years ago
dehnert 7095f8e67f Fixed a lot of issues introduced by refactoring. 12 years ago
dehnert abf6f85b63 Intermediate commit to switch workplace. 12 years ago
dehnert c5050313c5 Added model information output for explicit input. 12 years ago
dehnert 736a9864ac Added model information output for explicit input. 12 years ago
PBerger 5be52118ba Fixed issues with the refactored parser interface and move semantics 12 years ago
dehnert 4dadedf39d Added methods to retrieve module index by variable name from IR. This fixes an issue in the symbolic adapter. 12 years ago
dehnert 64b883f695 Some cleanup in storm.cpp. Refactored and commented the utility module for vector operations. 12 years ago
Lanchid ec91dcbe2e Merge branch master into LTLParser 12 years ago
gereon cb14f2e771 Made choiceIndices work in ExplicitModelAdapter, added code to somehow use --symbolic (parse model, show model information) 12 years ago
gereon ad86c22249 Replaced positional arguments by --explicit and --symbolic. 12 years ago
PBerger d3c80dca16 Updated CMakeLists.txt 12 years ago
Lanchid f9ab6f85d0 - Restructuration of model checkers (by logic) 12 years ago
gereon aafdbf7671 Fixed errors due to merging. 12 years ago
gereon 5495456991 Added new log level "trace" 12 years ago
Lanchid 5279466644 - Removed "test-prctl" option 12 years ago
Lanchid 32a32a7013 Added extended model checker factory functions. 12 years ago
Lanchid cc7b31db62 Created factory method for the creation of the Prctl model checkers 12 years ago
Lanchid 065ac8f659 Basic command line interface for SToRM 12 years ago
Lanchid 5d3b9e5cc1 Basic structure for central model checking method in storm.cpp 12 years ago
Lanchid cc242974dc Renamed namespace storm::formula to storm::property 12 years ago
gereon 12745d466e Fixing main, removing shared_ptr 12 years ago
gereon f09be5c3b4 Made BaseGrammar constructor clang-compatible, fixed ms output of CPU usage 12 years ago
Lanchid f513e49084 Almost finished restruction of PRCTL formulas; adapted code (including 12 years ago
dehnert 7dc36875ae Added file groups in CMakeLists.txt such that files are now grouped in IDEs, like, e.g., Xcode. 12 years ago
dehnert d266d9effe Fixed another bug in sparse matrix. Fixed bug in test. 12 years ago