19 Commits (9b80c65d72e8b964fcd8ba888f5a87869f4ca9f2)

Author SHA1 Message Date
dehnert 9b80c65d72 more and more debugging 7 years ago
dehnert 135c38777f game-based abstraction working with rational numbers 7 years ago
dehnert 9f72f67d9f adding precision to less/greater in vector reduction, adding export to json 7 years ago
dehnert 87843e084e several fixes related to game-based abstraction 7 years ago
TimQu b42aa5f473 initial implementation for quick and sound vi for DTMCs 8 years ago
dehnert 58ca07584d rational search for native linear equation solver and several involved fixes 8 years ago
dehnert afd2acd06b more work on Kwek-Mehlhorn approach 8 years ago
dehnert 254bc05e94 more work on RationalSearch 8 years ago
dehnert b3f0aa511e started on Kwek-Mehlhorn-based exact value computation 8 years ago
dehnert 2d41de479e added progress outputs to iterative solvers 8 years ago
dehnert e719a37c6c fixes related to relative termination criterion 8 years ago
TimQu 988b2a9af9 added functionality to split a rational vector into an integer vector and a rational factor 8 years ago
dehnert ee90c51b2a cleaned up constants.cpp to finalize separation of rational functions and rational numbers 9 years ago
dehnert 1a803f4270 created symbolic native solver to factor out numerical solution; prepared the code-path that stores rational functions in DDs (hybrid + dd engines) 9 years ago
dehnert 43354d0c20 bunch of fixes (prominently in prism -> jani conversion) 9 years ago
dehnert 6dce56d0bb improved printing of result to command line 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
sjunges ed970d78b1 property support for jani -- several changes throughout code, parser currently only supports probability properties 9 years ago
Mavo 6faa7f0429 Abort when getting infinity in approximation 9 years ago
sjunges 236a2be0d3 pretty printing of rational functions, rewards in the drn format, option for full build 9 years ago
dehnert 569b27e110 work towards having rational numbers instead of doubles as literals in expressions 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 4496b53002 merge fixes 9 years ago
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 9 years ago
TimQu fab04934bf towards numerical and pareto queries 9 years ago
TimQu a6359335cf Fixed compiling when hypro is not available 9 years ago
TimQu 69c5ba604e Helper functions for parametric stuff 10 years ago
dehnert b94e978843 another round of fixes 10 years ago
sjunges da120d9de5 Refactored some stuff in constants... 10 years ago
dehnert b3178e17f6 more bug fixes 10 years ago
dehnert 73a2491dfb more bugfixes 10 years ago
dehnert dbc7d860a4 functional tests compile again, started to debug changes 10 years ago
sjunges f85d28325e Further work towards faster and more modular compilation 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
TimQu 47f2e9592b Implemented preprocessing steps 10 years ago
dehnert 65bf06dd50 Further steps towards CTMC model checking. 11 years ago
dehnert c3c83fbe4f Fixed some compilation errors. 11 years ago
dehnert 6f2916d557 Adapted the explicit model generator to the new hash map. Surprise: doesn't work yet. 11 years ago
dehnert af270dee8a Enabled bisimulation quotienting. 11 years ago
sjunges d78d88b84d added export of constraints and resultfile 11 years ago
dehnert 2fa3036dc3 Added functionality to replace identifiers in an expression with the values given in an valuation. State-variables now get replaced in probabilities specified by a parameterized model. Fixed and added some parameterized models. 11 years ago
sjunges addeedc339 better isOne checking 11 years ago
sjunges 7ca6a4edeb sub part for parameters, working parsing for non parametric systems into a parametric system 12 years ago
sjunges 8142a8e004 some fixes for using something different from doubles for templated value type :) 12 years ago
dehnert 84bd5f3b40 Renamed ConstTemplates to constants. Removed all calls to constGetZero, constGetOne and constGetInfinity by the new names. Created performance test for bit vector iteration. 12 years ago
dehnert 61e12601ed Further step towards refactored ExplicitModelAdapter. 12 years ago
dehnert 15542d46da Changes: 12 years ago
dehnert 34b85b956e Moved model checking of DTMCs to superclass. Now, each DTMC model checker only needs to implement matrix-vector multiplication and linear equation solving to be able to fully model check DTMCs. Added subset/disjoint functionality to bit vector. Changed tests for MDP and DTMC model checking a bit. 13 years ago
Lanchid 5b57728d7e Merge branch master into PrctlParser 13 years ago