40 Commits (9f72f67d9f0f3c55d73e7e8ab6075543570e37a9)

Author SHA1 Message Date
dehnert 9f72f67d9f adding precision to less/greater in vector reduction, adding export to json 7 years ago
dehnert 09876f6808 lots of debug output 7 years ago
dehnert 25853f08f1 fixed newly introduced issues with more restrictive choice updates 8 years ago
dehnert 5159afc348 further work towards proper scheduler extraction for games 8 years ago
dehnert 55c787e0d8 proper EC elimination in hybrid helper 8 years ago
dehnert 58ca07584d rational search for native linear equation solver and several involved fixes 8 years ago
dehnert df05711f3e finished rational search for MinMax solver, preparing rational search for NativeLinearEquationSolver 8 years ago
dehnert 0c8866203c tracking bugs, lots of debug output 8 years ago
dehnert 2d41de479e added progress outputs to iterative solvers 8 years ago
dehnert d8d3404b87 fixed termination criteria and equipped interval value iteration methods with check whether the method converged for the relevant states 8 years ago
dehnert e7b6587170 minor fixes for new relative convergence test 8 years ago
dehnert e719a37c6c fixes related to relative termination criterion 8 years ago
dehnert cb849a9ab8 started on computing upper bounds for rewards for interval value iteration 8 years ago
dehnert df0b5fbfa5 fixed multiply-reduce operations in the presence of empty row groups 8 years ago
dehnert c5134c364f Extraction and update of TBB-parallelized stuff 8 years ago
dehnert 5440d164b2 started on Walker-Chae algorithm 8 years ago
dehnert 3c844a487f some more optimizations 8 years ago
dehnert a3cbaedcc1 intermediate commit to switch workplace 8 years ago
TimQu 76c01de25c use utility::vector::max_if to compute the maximum exit rate in an MA 8 years ago
TimQu acd6c5e9be fix for toIntegralVector 8 years ago
TimQu b3507b8f96 fixed 'toIntegralVector' method 8 years ago
TimQu 988b2a9af9 added functionality to split a rational vector into an integer vector and a rational factor 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
TimQu bf97d79573 moved building the choice origin strings into the ChoiceOrigins class 8 years ago
TimQu 25074b50a9 Added function to get the next unset bit in a bitvector 8 years ago
TimQu 4413afb542 used new helper functions at some points in the code 8 years ago
TimQu 8a7609fb83 fixed Rmin computation with exact sparse engine when very high rewards occur 8 years ago
TimQu 3eb675f8c0 used helper methods instead of own implementations 9 years ago
TimQu 502cf4d6e0 extended model checker hint functionality to bypass the maybestates computations 9 years ago
TimQu dd40254628 PLA for continuous models 9 years ago
dehnert c467fa5f38 printing -1 as infinity for rational numbers and added clipping result to valid range where appropriate 9 years ago
Sebastian Junges 1f82fa27e8 reward parameters 9 years ago
TimQu 83a77e77ba fixed use of gmp numbers 9 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
Mavo ee4b6c96a8 Use operator<< from carl 9 years ago
TimQu 3d24f25fbc cleaning up 9 years ago
TimQu 71e181bd93 some quick and dirty optimizations (that need to be reviewed) 9 years ago
Mavo fba2071e9f Dft exploration via NextStateGenerator 9 years ago
dehnert b3e77730a9 added uniqueness mechanism in flattenModules to compensate for missing uniqueness in allsat of solvers 9 years ago
sjunges e0e5cd9f0e progress on support for gmp, with cln everything should be fine 9 years ago
sjunges 5faebdff86 constants in header 9 years ago
TimQu 252c2308fe Renamed NeutralEcRemover -> EndComponentEliminator 9 years ago
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 9 years ago
TimQu 3cd198c5e3 Some tests, correct handling of results obtained in preprocessing, fixes 9 years ago
TimQu c86c6953b5 Renamed and refactored the helpers a little 9 years ago
TimQu f529816df4 WeighedObjectives model checking, first version for multi-objective achievability queries 9 years ago
TimQu a2e9559faf some auxiliary functions for vectors 9 years ago
TimQu a3e0a3c55b first steps for geometric representations 9 years ago