433 Commits (7cee81a223dc29a776f0a8f0097b91327564f3a3)

Author SHA1 Message Date
TimQu e4561a70e5 added scheduler restriction setting 8 years ago
TimQu 5750584042 schedulerClass compiles now... 8 years ago
TimQu f98bd69120 schedulerClass class 8 years ago
dehnert ca651ec61c fixes github issue #24 related to MEC decomposition 8 years ago
dehnert 03707f0234 first step for fixing MEC decomposition: making SCC decomposition accept a bit vector of subsystem choices 8 years ago
Sebastian Junges 7a2a46cae9 fix warning about non-const comparison operator in set 8 years ago
Sebastian Junges 1c9f7b0f2f translate prism to jani with a suffix for location names etc when doing this for multiple models 8 years ago
Sebastian Junges 33ac2e0793 make jani models copyable 8 years ago
Matthias Volk 2658a02604 Fixed compiler warnings for unused lambda captures 8 years ago
dehnert 6d445e38af fixes github issue #18 8 years ago
dehnert 844608488a using max_digits10 to increase precision enough to uniquely identify double (as proposed by Joachim) 8 years ago
dehnert 533e48bdbc increasing precision for rational to ExprTk rational literal conversion 8 years ago
dehnert 759ea3604f fixed expression to ExprTk translation for rational literals (pointed out by Joachim Klein) 8 years ago
dehnert c18340b76a added mod as binary operation in expressions and slightly extended JANI support for filters 8 years ago
dehnert 692587495f fixed bug in quotient extraction 8 years ago
Sebastian Junges 2468de47f9 jani -- get expression manager signature now looks more like prism -- get (expression) manager 8 years ago
Sebastian Junges dc92696cc3 Jani: make edge-index encoding static functions 8 years ago
Matthias Volk 72c1e79ccd Mention -pc flag in error message 8 years ago
Sebastian Junges 0534216a85 preparations for scheduler extraction support 8 years ago
dehnert b4d8c209cd optimizations for game-based abstraction refinement 8 years ago
dehnert 316412c5d3 fixed a bug related to closing symbolic Markov automata 9 years ago
dehnert 09866e4577 enabling changing value type in quotient extraction of dd-bisimulation 9 years ago
dehnert 2e15674580 fixed an issue in state-act reward refinement for nondet models 9 years ago
dehnert 207b608e20 using sylvan way of computing cache/table sizes given a memory bound 9 years ago
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 9 years ago
dehnert ea21aca117 second attempt at fixing issue when not reusing blocks 9 years ago
dehnert 6638984b8e fixed an issue in sylvan refiner when not reusing block numbers 9 years ago
dehnert d6f2261ca9 enable representatives in quotient extraction also for MDP/MA 9 years ago
dehnert 66e08f9cd7 more time output in dd-based bisimulation 9 years ago
dehnert 34b6593ed8 overhauled output of dd-based bisimulation for benchmarking 9 years ago
dehnert 27d6e48dad workaround for quotient extraction using the original variables 9 years ago
dehnert 10f8ddc343 started on quotient extraction using the original variables, debugging CUDD... 9 years ago
TimQu 537a8152d3 Removed Duplicated code 9 years ago
dehnert 8482063a16 made symbolic bisimulation work with MA and support of sparse quotient extraction for MA 9 years ago
dehnert 9e5e1980dd first working version of symbolic Markov automaton bisimulation 9 years ago
dehnert 4d7be96dda MaxSAT-based high-level counterexamples for JANI 9 years ago
dehnert 24d6337006 JANI choice origins and MILP-based high-level cex for JANI 9 years ago
dehnert 2a209d18e1 fixing some bisimulation issues 9 years ago
TimQu b69543802d completed the renaming from topologicalValueIterationMinMaxSolver to TopologicalCudaMinMax... 9 years ago
TimQu 3b394a965e some qvi optimizations 9 years ago
dehnert 59666a9fe9 slight renaming in matrix builder to better capture semantics 9 years ago
dehnert 99647c11fb fixed an issue pointed out by Tim 9 years ago
sjunges 8ce3eaddc3 PrismProgram -- Used Constants 9 years ago
dehnert 8646d614d4 reduced the number of initial buckets for the hash map used in explicit model building 9 years ago
TimQu 8e7d3107ca added function to check whether a matrix is the identity matrix 9 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) 9 years ago
dehnert cd34e3d67e fixed issue in rational search preventing convergence in many cases 9 years ago
TimQu 68ec4ca0ce Various fixes for the case STORM_USE_CLN_EA=ON 9 years ago
dehnert 0d78367b9a Catching empty selection in getSubmatrix pointed out by Timo Gros 9 years ago
TimQu fe95a4e4a7 fixed some number conversions that did not work for CLN numbers 9 years ago