1209 Commits (164c8225fd27ebe0d94f96a47a2fd4a6363dfcbe)
 

Author SHA1 Message Date
David_Korzeniewski 9e66447eb2 Add "lib" prefix for z3 only on Windows 11 years ago
dehnert cebda374d1 Further step towards Markov automata parser. 11 years ago
dehnert c02f4e2adc Markov Automata transitions can now be parsed. Next up: a parser that combines transition and label parsing for Markov automata. 11 years ago
dehnert 873373eb4e Further work on explicit MarkovAutomaton parser. 11 years ago
dehnert 77cabe1948 Started implementing a parser for an explicit format for Markov automata. This commit breaks things, so don't pull if you want to have a running version of this branch. 11 years ago
David_Korzeniewski 4fcd4c5961 Merge remote-tracking branch 'remotes/origin/master' 11 years ago
David_Korzeniewski 7c0dd5eaf5 Fixed build errors on Windows 11 years ago
dehnert bc94f69c0b Resolved some ambiguities that produced problems under Linux. Added option USE_LIBCXX to CMakeLists.txt to also use libc++ under Linux. 11 years ago
dehnert 4550422fac Added formula support for PRISM models. ExplicitModelAdapter now properly checks for out-of-bound values for integer variables. 11 years ago
dehnert 5cd18c1cf5 Resolved some ambiguities that produced problems under Linux. Added option USE_LIBCXX to CMakeLists.txt to also use libc++ under Linux. 11 years ago
dehnert d43318afd8 Added first version of MarkovAutomaton class. 11 years ago
dehnert 78d5f89ea2 Added formula support for PRISM models. ExplicitModelAdapter now properly checks for out-of-bound values for integer variables. 11 years ago
dehnert 141fdca6d7 Added initial version of MarkovAutomaton class. 11 years ago
dehnert 4cdf1e6b7a Fixed warning resulting from wrong initialization order. 11 years ago
masawei 94d8a46b1d Fixed some compile errors originating from the introductionof the new storm::storage::VectorSet. 11 years ago
masawei afb0b19c27 All merge conflicts resolved. 11 years ago
masawei 8ed3759074 Merge branch 'critSubsysMerge' 11 years ago
masawei af0601c453 Made several changes. 11 years ago
masawei e3e02ecce2 Made counterexample generation output usable. 11 years ago
masawei 393a72d56f Added handling of state and transition rewards to getSubDtmc(). 11 years ago
masawei ee1c1eb9b6 First implementation of the BitVector to Dtmc subsystem converter in Dtmc.h 11 years ago
dehnert 13d66a504f (Hopefully) Finally made cuts correct. Luckily, this even improves performance on some models. 11 years ago
masawei a98310a723 Some code revisions. 11 years ago
dehnert a33717787c Bugfixes for new set class. 11 years ago
dehnert 62b4eb1cde Minor bugfixes. 11 years ago
dehnert 422da8f481 Added set class with an underlying vector container. Adapted code in counterexample generators to use the new set class. Still bugs in it though. 11 years ago
dehnert 58fa1a46a0 Added some comments. 11 years ago
dehnert e0fbb5cbea Added proper treatment for both upper bound operators to counterexample generators. Added optional statistics output to SAT-based counterexample generator. 11 years ago
dehnert 82f970356e Introduced analysis for labels that could potentially improve a solution. 11 years ago
dehnert 0329899304 Removed debug output from Z3 adapter. Put new backward cuts in actions. 11 years ago
dehnert e24c64e41e Refinement work on backward implications. 11 years ago
dehnert 2201581ac3 Further improved treatment of solutions with only unreachable target states. 11 years ago
dehnert dc0be79172 Improved elimination of solutions in which the target states are not even reachable. 11 years ago
dehnert b74715a374 Force Gurobi to be more precise wrt. binary variables. 11 years ago
masawei 1b2bb9c138 Set up command flow for subsystem generation. Results seem correct on the first look. 11 years ago
dehnert 9143e09d86 Added some more output to counterexample generators for benchmarks. 11 years ago
dehnert d3dee7dd3e Minor changes to counterexample generator settings and output. 11 years ago
dehnert 5adb9e2f6b Renamed option file for counterexample features. 11 years ago
dehnert e97680d37d Added counterexample property files for some models. 11 years ago
dehnert 47a05fc1b0 Beautified output of option system. Enabled command line interface of counterexample generation. 11 years ago
dehnert e2d4a5c1d3 Started work on beautifying Option-System output. 11 years ago
dehnert b61090fe92 Merge branch 'master' into MinimalCommandCounterexample 11 years ago
dehnert b18199d3ec Further work on minimal label set generators. 11 years ago
dehnert ad7f800ac0 Added examples from MILP-paper. 11 years ago
dehnert c31dbc85a7 Made all examples from the MILP-paper work. Most of them are really slow though. 11 years ago
masawei b55932b212 Adapted subsystem generation to the use of the new subsystem checking method using bit vectors. 11 years ago
masawei 4dca7abd3f Implementaed methods for checking until formula by providing the left and right states instead of the whole formula (same with bounded Until) in the SparseDtmcPrctlModelChecker, analouge to the SparseMdpPrctlModelChecker. 11 years ago
dehnert 86909937f3 Grammar now supports min/max/floor/ceil functions. Parsing still has errors though. 11 years ago
dehnert e8b83a6aab Added synchronization cuts. 11 years ago
David_Korzeniewski 641c09dcfa Fixed compile errors on windows caused by missing includes and use of initializer lists (not supported by vs11) 11 years ago