17 Commits (4b8f2e7a0b507dcc17a65380d6a28158bd8ee4c0)

Author SHA1 Message Date
dehnert 4b8f2e7a0b Next splitter is now chosen more deterministically. 10 years ago
dehnert 7014d289e8 Fixed some issues related to bisimulation in the presence of state rewards. 10 years ago
dehnert 1b4d2a92db Started working on making bisimulation work for models with (state-based) rewards. 11 years ago
dehnert 370a0ae476 Fixed some issues in bisimulation and added some tests. 11 years ago
PBerger 9fc68a554c Cherry-picked a fix for GCC from branch. 11 years ago
dehnert 23c6d14426 Replaced inline conversions to explicit conversions in an attempt to prevent gcc from using uninitialized values when using chrono. 11 years ago
dehnert d3721196c4 Typed return value of lambda instead of using 'auto'. 11 years ago
dehnert f3048d31c2 Small bugfix for bisimulation decomposition. 11 years ago
dehnert e6904dcb21 Renamed bisimulation decomposition class to reflect that now also weak bisimulations can be computed. 11 years ago
dehnert f90ac5c8c3 First working version of weak bisimulation for DTMCs. 11 years ago
dehnert 7257bb23c3 Further work on weak bisimulation. Model checking can now be done from tne command line again. 11 years ago
dehnert 391f3225e4 Added unparameterized NAND example. Further work on weak bisimulation. 11 years ago
dehnert 5bc593174e Further work on weak bisimulation. 11 years ago
dehnert 56aec18a48 Added bisimulation settings. Further work on weak bisimulation. 11 years ago
dehnert 97158ee72e Started on weak bisimulation. 11 years ago
dehnert 754e168ace Bugfix for bisimulation. 11 years ago
dehnert 74351f9884 Switched from const_iterator to iterator in bisimulation to make stdlibc++ happy (libc++ is already happy, though). 11 years ago
dehnert 3dfc6a7b74 Pimped bisimulation a bit. 11 years ago
dehnert 0fdda922cd Added more detailed statistics for bisim. 11 years ago
dehnert d64279bb77 Stored iterators in bisimulation rather than const_iterators because of gcc. -.- 11 years ago
dehnert 02b1564e8c Added some debug output in bisimulation code. 11 years ago
dehnert 4d20e099bf Added stuff, you know? 11 years ago
dehnert 9756de998a Bunch of fixes. 11 years ago
dehnert 7464f95864 Reenabled bisimulation, because carl now supports operator< for rational functions. 11 years ago
dehnert aa6e44a1e2 Some fixes after merge. 11 years ago
dehnert 1c091d7640 Renamed some classes to indicate that only strong bisimulation can be computed. Added option to start with an initial partition that preserves only certain formulas. Added ConstantsComparator concept that is to be used when constants have to be compared with other constants. 11 years ago
dehnert af270dee8a Enabled bisimulation quotienting. 11 years ago
dehnert 01e4dd3367 Commit to switch workplace. 11 years ago
dehnert 0e0027aa8e Further work on sparse bisimulation. 11 years ago
dehnert bc43ce52ab Eliminated two bugs, more to come. 11 years ago
dehnert 404b12848e More (and more) work on bisimulation minimization. 11 years ago
dehnert 8c64a1911c Still bugs in bisimulation minimization. 11 years ago
dehnert 43bc81a5fb New bisimulatin minimization works on tiny example. 11 years ago
dehnert 828e46ce87 Started working on a more clever way to do bisimulation minimization. 11 years ago