27 Commits (9ed6f084e7f1a34489a603489d3c6f2c184f1742)

Author SHA1 Message Date
dehnert 9ed6f084e7 adding uniqueness constraint in LRA computation also for fixed-point formulation 7 years ago
dehnert db6f43ed9d made LRA computation for deterministic systems able to respect that the underlying solver requires a fixed-point formulation 7 years ago
TimQu 8df9b461cb total reward formulas for ctmcs and markov automata 7 years ago
dehnert e1bb35ca0f fix for the generator matrix fix 7 years ago
dehnert 62e493d978 fix computation of generator matrix, pointed out by jklein 7 years ago
TimQu 3310f51857 allowed for more fine grained solver requirements 7 years ago
TimQu 51884895c8 Removed linear equation solver factories in model checkers 7 years ago
TimQu 9e875adea9 Using Multiplier in CTMC and DTMC model checkers 7 years ago
dehnert 70818dd9dd finished c++ifying David Jansen's implementation of Fox-Glynn 7 years ago
dehnert b0fd3c1730 started to rework Fox-Glynn 7 years ago
TimQu 3898931540 Some sanity checks regarding linear equation solver requirements 8 years ago
TimQu e09cb86001 making sure that the default linear equation solver is not switched to native if we check e.g. an MDP with sound value iteration 8 years ago
TimQu bb63ac6089 Linear equation solver + game solvers now respect the environment as well 8 years ago
dehnert 7f56c82523 moved to providing solve goals in sparse model checkers and helpers 8 years ago
dehnert ec61e110f2 introducing solver formats to enable linear equation solvers to take the fixed point rather than the equation system formulation 8 years ago
dehnert 722cb3109c dd quotient extraction of reward models in dd bisimulation 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
TimQu 14e44e0165 removed old region model checker classes, implemented entry point for pla, solved different compilation issues 8 years ago
dehnert b3a02b6e8a fix in sparse ctmc model checker: bounded until returned empty result in case there are no non-prob0-states 8 years ago
dehnert c5ba425e54 enabling exact reachability rewards for CTMCs 8 years ago
dehnert 43354d0c20 bunch of fixes (prominently in prism -> jani conversion) 8 years ago
dehnert 9e8d6eee90 fixed a bug when reducing state-action rewards to state rewards for CTMCs 8 years ago
dehnert 09f90dbc9f enabled long-run average rewards for dtmc/ctmcs (sparse/hybrid engines) 8 years ago
dehnert 5b09b91ae1 fixed more warnings 8 years ago
dehnert 136cb194d1 fixed a bunch of unused variable warnings 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
TimQu 53ff482947 Caching of solvers can now be enabled/disabled 9 years ago
TimQu 48b82e7b14 refactored auxData in linear equation solvers 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
dehnert 83c4b1647c solvers now can allocated auxiliary memory 9 years ago
dehnert be5fdeb636 started working on internal auxiliary storage of solvers 9 years ago
dehnert 95b95d9c64 fixed some minor issues and renamed equation solver methods slightly to make the names a bit more compact 9 years ago
dehnert 248b257f20 enabled rationals/rational functions in CTMC model checker 9 years ago
dehnert 711d5cfa12 fixed bug in sparse dtmc elimination model checker. commented out weird eliminaton functions in CTMC model checker and storm.h 9 years ago
dehnert 49f59052f8 made model checkers give up possession of matrix to solver when possible 9 years ago
dehnert 00d331ebb4 moved linear equation solver factories to the respective solver files (and away from utility). restructured settings in factories and the way they are forwarded to the linear equation solvers. fixed all resulting errors 9 years ago
dehnert f3fa90cc37 more work towards exact solving 9 years ago
dehnert 2096c54b84 more explicit instantiations for rational function and some more tests for eigen solver 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
Mavo ebbc4ce7b4 Fixed compile issues introduced in merge 9 years ago
dehnert f54c2fb8e7 tests passing again 9 years ago
Mavo 174058bb5e Do not destroy the universe by dividing by 0 9 years ago
Mavo b55cc3276e Reachability probabilities for CTMCs 9 years ago
Mavo e04cc99931 Removed debug output 9 years ago
Mavo 62f7305bea No rewards for target states 9 years ago
Mavo 3e4ddbea8c Integrated expected time on parametric CTMCs 9 years ago
dehnert 1c7f5dae56 fixed a bug pointed out by Matthias 9 years ago
Mavo 71070cb281 Implemented expected time on CTMC by reduction to DTMC with rewards 9 years ago