296 Commits (274bfef6527e30e46bb0e79c7bc6fa6b1ea2850d)

Author SHA1 Message Date
TimQu db72a05358 fixed log output 7 years ago
TimQu e1047e787f handled case where no threshold for the number of iterations is provided 7 years ago
dehnert a08cb4ac18 making game solver respect equation solver format 7 years ago
dehnert cb89ab7509 clearing end-component requirement in topological solver 7 years ago
dehnert a46e6439eb enabled switching of methods if unsupported method chosen in symbolic min-max equation solver 7 years ago
dehnert 4500f98ae1 fixing typo 7 years ago
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. 8 years ago
dehnert ede791cff7 fixing bug in Z3 LP solver 8 years ago
dehnert 7636a0339d removed warning for missing naming capabilities in Z3 LP solver 8 years ago
dehnert 06e3d4a331 fixing issues in gmmxx TBB multiply-and-reduce 8 years ago
TimQu 7002138aeb removed setPrecision in solver interface since this is now covered via storm::Environment 8 years ago
TimQu 51e08bb1a5 removed old inPlaceMultiplier 8 years ago
TimQu 172c5f3657 Making things compile again... 8 years ago
TimQu 94fb16e654 svi now considers bounds by default 8 years ago
TimQu 3310f51857 allowed for more fine grained solver requirements 8 years ago
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