142 Commits (541810f3b2606e7567800e340f9a6ad902049096)

Author SHA1 Message Date
TimQu e5e2a2465b removed obsolete option 9 years ago
TimQu 7e639b4328 multiplier settings and environment 9 years ago
TimQu a6c6118733 Renamed 'sound power' to interval iteration and 'quick sound power' to 'sound power' 9 years ago
TimQu ea25c8fd2e renamed 'sound value iteration' to 'interval iteration' and 'quick sound value iteration' to 'sound value iteration' 9 years ago
TimQu f2289a3b87 removed unused option 9 years ago
Matthias Volk e951265839 Do not display help for hidden modules 9 years ago
TimQu ca1bcebc71 Added an option that enforces updating both bounds in interval iteration 9 years ago
TimQu 5c911c6bc4 fixed capitalization 9 years ago
TimQu a9f72198a0 made filtering states with reward zero a setting 9 years ago
TimQu 7d705240ce introduced model checker settings 9 years ago
TimQu aabbea11b8 various fixes for topological min max solver 9 years ago
TimQu 5d5159c437 fixed compiling 9 years ago
TimQu 5f831d156f forceBounds option for native solver 9 years ago
TimQu 7bdecad4ad fixed compiling 9 years ago
TimQu 25260c7602 added settings for the new topological min max solver 9 years ago
TimQu 29b40899bf Removed settings of old topologicalvalueiteration solver 9 years ago
TimQu 7cd7cd60a7 Added new minmax settings: force computation of a priori bouds and tweak the qvi restart heuristic 9 years ago
TimQu 9c96bd0a1c First implementation of quick value iteration for MinMax Equation systems 9 years ago
TimQu 35fbb86af4 fixed topological:eqsolver option: it should require module name prefix 9 years ago
TimQu 304b8e32c6 introduced topological equation solver settings 9 years ago
TimQu f89236100b Added topological linear equation solver 9 years ago
TimQu b42aa5f473 initial implementation for quick and sound vi for DTMCs 9 years ago
TimQu bb63ac6089 Linear equation solver + game solvers now respect the environment as well 9 years ago
Joachim Klein f56076aacf Add virtual destructors to classes having virtual functions. 9 years ago
dehnert eaee9bb2c2 removed parallel flag for bisimulation as this is now governed by sylvan:threads already, fixed bug in DD traversal 9 years ago
dehnert d2d129a836 toward multi-threaded dd bisimulation 9 years ago
dehnert 6501fffac3 several optimizations related to explicit model building 9 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 9 years ago
TimQu 17d6835477 removed acyclic minmax method as it is not much better then gauss-seidel style multiplications 9 years ago
dehnert 5fd7878791 added option to refine over states whose signatures changed in dd-based bisimulation 9 years ago
dehnert c85e30dfd0 added distance-aware initial partition to dd-based bisimulation 9 years ago
dehnert 669940ccd3 only supporting reuse of nothing or of block numbers 9 years ago
dehnert a19c2fe59b work on variations which data is reused in dd-based bisimulation 9 years ago
dehnert b415c12c25 further preparation of partial bisimulation model checker 9 years ago
dehnert 9c685f3bdb started on partial bisimulation model checker 9 years ago
dehnert 8204c03c0b fixed a ton of warnings 9 years ago
dehnert bf727a28fd remove debug output and choose sylvan automatically in exact mode 9 years ago
dehnert e557a8e069 started on EC elimination for hybrid engine 9 years ago
TimQu 64a804137e export of cdf's 9 years ago
TimQu 96f45fe77a fixed missing return statements 9 years ago
dehnert df05711f3e finished rational search for MinMax solver, preparing rational search for NativeLinearEquationSolver 9 years ago
TimQu 4afaca7f84 fixed missing return statements 9 years ago
dehnert b3f0aa511e started on Kwek-Mehlhorn-based exact value computation 9 years ago
dehnert 2d41de479e added progress outputs to iterative solvers 9 years ago
TimQu fcd277c42a added an option that enables building of state valuations. Also include the state valuations when the model is exported to .dot format 9 years ago
dehnert d25cc4b05f first version of sound value iteration 9 years ago
dehnert ec61e110f2 introducing solver formats to enable linear equation solvers to take the fixed point rather than the equation system formulation 9 years ago
dehnert 8e8fc34c30 fixed some TBB-related issues and added power method for linear equation systems 9 years ago
dehnert c5134c364f Extraction and update of TBB-parallelized stuff 9 years ago
dehnert 5440d164b2 started on Walker-Chae algorithm 9 years ago