278 Commits (fc43d3f506c28970a533faa26909bd5cba5ab069)

Author SHA1 Message Date
TimQu fc43d3f506 Added a return type to some lambda expressions as this apparently caused trouble when using gmp numbers 8 years ago
TimQu 40285bac26 handled early termination in svi more carefully 8 years ago
TimQu 3cd1edb378 added virtual destructors to multipliers 8 years ago
TimQu ded1040d04 added missing template instantiations 8 years ago
TimQu 12f8685080 Custom Termination Conditions for sound value iteration 8 years ago
TimQu 8b00f8441e Improved caching for svi 8 years ago
TimQu be6d4f9854 renamed 'sound power' to 'sound value iteration' 8 years ago
TimQu a24de86ce1 Avoided duplicated code for sound value iteration 8 years ago
Matthias Volk 3beff87636 Try to fix LTO issue by adding virtual destructor 8 years ago
dehnert de2e94cac7 polished unifplus code a bit and made it the default MA (bounded reachability) solution method 8 years ago
dehnert 7150354b9d fixing issue related to vector swapping in (explicit) value iteration and power method 8 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 8 years ago
dehnert fdc2f2bd0c removed wrong include to make it compile again 8 years ago
dehnert acf297a811 fixing precision issue in sanity check and silencing min-max solver a bit 8 years ago
TimQu 24382630dc removed output of performed iterations to cout 8 years ago
dehnert 34b6593ed8 overhauled output of dd-based bisimulation for benchmarking 8 years ago
TimQu c1ecc22303 new multiplyRow method for sound vi 8 years ago
TimQu ff18956fbb reverted back to old native multiplier 8 years ago
TimQu e491dc3813 fixed usage of multiplyrow 8 years ago
TimQu 4eb187ba4f Added a new native multiplier 8 years ago
TimQu 48945d1199 improved multiplyRow method 8 years ago
TimQu 1b6200e4eb added missing includes 8 years ago
TimQu 5be8de293c fixes when tbb is enabled 8 years ago
TimQu 5ff20b55e1 misc compilation issues 8 years ago
TimQu 50245d3d86 gmmm multiplier 8 years ago
TimQu 66c5255d8c Using multiplier in game solver 8 years ago
TimQu 64ba34a397 removed multiplication support from minmax equation solvers. Also removed Factories. 8 years ago
TimQu b7bac59ae0 Using multiplier in IterativeMinMaxSolvers 8 years ago
TimQu 56061c0bfa Using multiplier in MDP Model checker helpers 8 years ago
TimQu 541810f3b2 removed 'multiplication' part from remaining linear equation solvers 8 years ago
TimQu f3c843561d integrated new multiplier into native linear equation solver 8 years ago
TimQu d0de99ba51 fist version of new multiplier 8 years ago
TimQu e02640fe82 multipliertype 8 years ago
TimQu 537a8152d3 Removed Duplicated code 8 years ago
TimQu e76a77abc9 improved code for sound power iteration 8 years ago
TimQu 09bcaa8db8 fixed correct requirements in minmaxsolver 8 years ago
TimQu a6c6118733 Renamed 'sound power' to interval iteration and 'quick sound power' to 'sound power' 8 years ago
TimQu ea25c8fd2e renamed 'sound value iteration' to 'interval iteration' and 'quick sound value iteration' to 'sound value iteration' 8 years ago
TimQu f168df139d made qvi code more readable 8 years ago
TimQu 674a30c154 removed some 'experimental' code and introduced the #iteration output again 8 years ago
TimQu ca1bcebc71 Added an option that enforces updating both bounds in interval iteration 8 years ago
TimQu ef893abca6 fixed a case for topologicalMinMaxSolver with exact arithmetic 8 years ago
TimQu 13184aefcf Printing the number of performed iterations (reverted from commit b5399d0596) 8 years ago
TimQu cebf29ef23 trying something else 8 years ago
TimQu 26362ed36f trying an alternative implementation of qvi 8 years ago
TimQu b5399d0596 Printing the number of performed iterations 8 years ago
TimQu 52979dcbc1 setting the 'requirementsChecked' flag in topo min max solver 8 years ago
TimQu aabbea11b8 various fixes for topological min max solver 8 years ago
TimQu 5f831d156f forceBounds option for native solver 8 years ago
TimQu b69543802d completed the renaming from topologicalValueIterationMinMaxSolver to TopologicalCudaMinMax... 8 years ago