289 Commits (749ba87254ada79ca0b0f9397dddf3e2db93bea8)

Author SHA1 Message Date
TimQu 749ba87254 Made SVI log output more clear 7 years ago
dehnert cdfa328464 first attempt at adapting to Z3 interface change 7 years ago
TimQu b8794fd9c8 Made the default multiplier matching the selected equation solver. 7 years ago
dehnert ede791cff7 fixing bug in Z3 LP solver 7 years ago
dehnert 7636a0339d removed warning for missing naming capabilities in Z3 LP solver 7 years ago
dehnert 06e3d4a331 fixing issues in gmmxx TBB multiply-and-reduce 7 years ago
TimQu 7002138aeb removed setPrecision in solver interface since this is now covered via storm::Environment 7 years ago
TimQu 51e08bb1a5 removed old inPlaceMultiplier 7 years ago
TimQu 172c5f3657 Making things compile again... 7 years ago
TimQu 94fb16e654 svi now considers bounds by default 7 years ago
TimQu 3310f51857 allowed for more fine grained solver requirements 7 years ago
TimQu fc43d3f506 Added a return type to some lambda expressions as this apparently caused trouble when using gmp numbers 7 years ago
TimQu 40285bac26 handled early termination in svi more carefully 7 years ago
TimQu 3cd1edb378 added virtual destructors to multipliers 7 years ago
TimQu ded1040d04 added missing template instantiations 7 years ago
TimQu 12f8685080 Custom Termination Conditions for sound value iteration 7 years ago
TimQu 8b00f8441e Improved caching for svi 7 years ago
TimQu be6d4f9854 renamed 'sound power' to 'sound value iteration' 7 years ago
TimQu a24de86ce1 Avoided duplicated code for sound value iteration 7 years ago
Matthias Volk 3beff87636 Try to fix LTO issue by adding virtual destructor 7 years ago
dehnert de2e94cac7 polished unifplus code a bit and made it the default MA (bounded reachability) solution method 7 years ago
dehnert 7150354b9d fixing issue related to vector swapping in (explicit) value iteration and power method 7 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 7 years ago
dehnert fdc2f2bd0c removed wrong include to make it compile again 7 years ago
dehnert acf297a811 fixing precision issue in sanity check and silencing min-max solver a bit 7 years ago
TimQu 24382630dc removed output of performed iterations to cout 7 years ago
dehnert 34b6593ed8 overhauled output of dd-based bisimulation for benchmarking 7 years ago
TimQu c1ecc22303 new multiplyRow method for sound vi 7 years ago
TimQu ff18956fbb reverted back to old native multiplier 7 years ago
TimQu e491dc3813 fixed usage of multiplyrow 7 years ago
TimQu 4eb187ba4f Added a new native multiplier 7 years ago
TimQu 48945d1199 improved multiplyRow method 7 years ago
TimQu 1b6200e4eb added missing includes 7 years ago
TimQu 5be8de293c fixes when tbb is enabled 7 years ago
TimQu 5ff20b55e1 misc compilation issues 7 years ago
TimQu 50245d3d86 gmmm multiplier 7 years ago
TimQu 66c5255d8c Using multiplier in game solver 7 years ago
TimQu 64ba34a397 removed multiplication support from minmax equation solvers. Also removed Factories. 7 years ago
TimQu b7bac59ae0 Using multiplier in IterativeMinMaxSolvers 7 years ago
TimQu 56061c0bfa Using multiplier in MDP Model checker helpers 7 years ago
TimQu 541810f3b2 removed 'multiplication' part from remaining linear equation solvers 7 years ago
TimQu f3c843561d integrated new multiplier into native linear equation solver 7 years ago
TimQu d0de99ba51 fist version of new multiplier 7 years ago
TimQu e02640fe82 multipliertype 7 years ago
TimQu 537a8152d3 Removed Duplicated code 7 years ago
TimQu e76a77abc9 improved code for sound power iteration 7 years ago
TimQu 09bcaa8db8 fixed correct requirements in minmaxsolver 7 years ago
TimQu a6c6118733 Renamed 'sound power' to interval iteration and 'quick sound power' to 'sound power' 7 years ago
TimQu ea25c8fd2e renamed 'sound value iteration' to 'interval iteration' and 'quick sound value iteration' to 'sound value iteration' 7 years ago
TimQu f168df139d made qvi code more readable 7 years ago