627 Commits (1eee9a89bdd9b5a14b846bb7408dc77663003d8c)

Author SHA1 Message Date
dehnert 77a031aaeb changed encoding of spirit parser, fixed an issue in variable information related to how many bits are necessary to store the state, changed some output formatting 8 years ago
dehnert ea21aca117 second attempt at fixing issue when not reusing blocks 8 years ago
dehnert 6638984b8e fixed an issue in sylvan refiner when not reusing block numbers 8 years ago
dehnert d6f2261ca9 enable representatives in quotient extraction also for MDP/MA 8 years ago
dehnert 66e08f9cd7 more time output in dd-based bisimulation 8 years ago
dehnert 34b6593ed8 overhauled output of dd-based bisimulation for benchmarking 8 years ago
dehnert 27d6e48dad workaround for quotient extraction using the original variables 8 years ago
dehnert 10f8ddc343 started on quotient extraction using the original variables, debugging CUDD... 8 years ago
TimQu 537a8152d3 Removed Duplicated code 8 years ago
dehnert 8482063a16 made symbolic bisimulation work with MA and support of sparse quotient extraction for MA 8 years ago
dehnert 9e5e1980dd first working version of symbolic Markov automaton bisimulation 8 years ago
dehnert 4d7be96dda MaxSAT-based high-level counterexamples for JANI 8 years ago
dehnert 24d6337006 JANI choice origins and MILP-based high-level cex for JANI 8 years ago
dehnert 2a209d18e1 fixing some bisimulation issues 8 years ago
TimQu b69543802d completed the renaming from topologicalValueIterationMinMaxSolver to TopologicalCudaMinMax... 8 years ago
TimQu 3b394a965e some qvi optimizations 8 years ago
dehnert 59666a9fe9 slight renaming in matrix builder to better capture semantics 8 years ago
dehnert 99647c11fb fixed an issue pointed out by Tim 8 years ago
sjunges 8ce3eaddc3 PrismProgram -- Used Constants 8 years ago
dehnert 8646d614d4 reduced the number of initial buckets for the hash map used in explicit model building 8 years ago
TimQu 8e7d3107ca added function to check whether a matrix is the identity matrix 8 years ago
dehnert 905ae821f3 extended SMT-based minimal label set generator so that it can deal with lower-bounded properties (however loosing the minimality property in some sense) 8 years ago
dehnert cd34e3d67e fixed issue in rational search preventing convergence in many cases 8 years ago
TimQu 68ec4ca0ce Various fixes for the case STORM_USE_CLN_EA=ON 8 years ago
dehnert 0d78367b9a Catching empty selection in getSubmatrix pointed out by Timo Gros 8 years ago
TimQu fe95a4e4a7 fixed some number conversions that did not work for CLN numbers 8 years ago
dehnert c2c306163f slightly fixing syntax 8 years ago
Joachim Klein f5a3291ce7 Fix memory leak in BitVector::operator=(BitVector&& other) 8 years ago
Joachim Klein f56076aacf Add virtual destructors to classes having virtual functions. 8 years ago
dehnert 533585fda6 moving to weak_pointers in variables to resolve memory leak in expression manager 8 years ago
dehnert c20f3a9400 fixed bug in bit vector copy constructor pointed out by Joachim Klein 8 years ago
dehnert c94bc3a585 fix erroneous copy constructor of bit vector 8 years ago
dehnert a72f82a6d4 fixed typo 8 years ago
dehnert 95fae73833 slight improvements to bit vector hashmap 8 years ago
dehnert 8b557c36a7 adding murmur3 as a possible hash fct for bit vectors 8 years ago
dehnert eaee9bb2c2 removed parallel flag for bisimulation as this is now governed by sylvan:threads already, fixed bug in DD traversal 8 years ago
dehnert d6c5367e85 fix possible memory leak in bitvector 8 years ago
dehnert 03489be59f sligh FNV1a hash improvement 8 years ago
dehnert 1f9e2967c8 some optimizations in explicit model building 8 years ago
dehnert 0d5a4ef242 more work on sigrefmc integration 8 years ago
dehnert 99f45fea3c started integrating parallelism implementation of sigrefmc by Tom van Dijk 8 years ago
dehnert 1d1b17a707 fix some multi-threading issues 8 years ago
dehnert 05f2f241cb fixed some recently introduced issues 8 years ago
dehnert d2d129a836 toward multi-threaded dd bisimulation 8 years ago
Sebastian Junges ace351bd71 Constants wrongfully marked as not graphpresreving. Bugfix for bug reported by Nils Jansen. 8 years ago
dehnert 8e3e99c4ce fixed bug in submatrix computation pointed out by Timo Gros 8 years ago
dehnert ac759d2671 minor performance improvements to model building 8 years ago
dehnert 6501fffac3 several optimizations related to explicit model building 8 years ago
sjunges 12dda40919 split IOSettings in BuildSettings and IOSettings, refactored some dependencies on settings object away if it doesnt hurt too much, moved GSPN and PGCL settings to their own libs 8 years ago
dehnert 8116b360ba changed hash function of bit vector hash map 8 years ago