14 Commits (aaa6f13cf4ec5c6b86a6cb16b14ec6c10c918e6e)

Author SHA1 Message Date
dehnert aaa6f13cf4 separated rational numbers and rational functions and added support for rational numbers to sylvan 9 years ago
dehnert 2e8ff870ff completed interface of (sylvan) ADDs for storing rational functions 9 years ago
JK d602d2660d utility/constants.cpp: switch to carl::parse from carl::rationalize 9 years ago
JK b623b4184e constants.cpp: convertNumber(int_fast64_t) to RationalFunction, fix signed/unsigned cast 9 years ago
dehnert c467fa5f38 printing -1 as infinity for rational numbers and added clipping result to valid range where appropriate 9 years ago
dehnert aac7433f39 expression manager now caches types, expression evaluator avoid creating unnecessary expressions and traversals 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
dehnert 56d1928b9b resolved some issues (ambiguity for call to carl::rationalize and several warnings because of signed/unsigned comparison) 9 years ago
TimQu 83a77e77ba fixed use of gmp numbers 9 years ago
dehnert 5b09b91ae1 fixed more warnings 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
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 f342ce3287 translation from expressions involving the power operator to rational functions/rational numbers is now possible 9 years ago
dehnert 569b27e110 work towards having rational numbers instead of doubles as literals in expressions 9 years ago
sjunges 051ad702a7 solvers updated, constants updated 9 years ago
sjunges 444318e624 refactoring up to tests done 9 years ago
sjunges f7a3e02fb6 refactored model checkers st all are templated in the model, have to handle rational function bounds next 9 years ago
Mavo 5530f908ca Fixed compile issues under Linux 10 years ago
Mavo 566cef0f91 Started on compiling without Carl 10 years ago
sjunges e0e5cd9f0e progress on support for gmp, with cln everything should be fine 10 years ago
sjunges 5faebdff86 constants in header 10 years ago
TimQu 7bab48b59b bounded reachability for MAs 10 years ago
TimQu 4496b53002 merge fixes 10 years ago
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 10 years ago
dehnert 13f8f21a70 upgrade to eigen 3.3 and made modifications for different value types via template specializations 10 years ago
dehnert f3fa90cc37 more work towards exact solving 10 years ago
dehnert 4e14ecb869 made elimination-based linear solver work in an alpha version. changed minor things in Eigen's SparseLU implementation to make it work with rational numbers and rational functions 10 years ago
TimQu a6359335cf Fixed compiling when hypro is not available 10 years ago
Mavo 652aeb7562 Fixed compile error with CarlRationalNumber instead of RationalNumber 10 years ago
TimQu 69c5ba604e Helper functions for parametric stuff 10 years ago
dehnert 55fd1b66c3 introducing exploration orders to explicit builder 10 years ago
sjunges 266d417168 constants.h/cpp extended to treat carl rational numbers 10 years ago
dehnert 8ed4a5f849 some refactoring in elimination-based model checker 10 years ago
dehnert 6a80348150 fixed issue related to row groups in sparse matrix and adapted the affected calling sites 10 years ago
TimQu 5b1494b9a9 Made use of this new cool rewardModel thing 10 years ago
dehnert f9f5a4e206 reincluded tbb in gmm. fixed missing header. extended formula parser to return multiple formulas 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
sjunges 1ec453e587 support for intervals in matrices 11 years ago
TimQu 63618147b8 - Compute sample points via instantiated DTMCs 11 years ago