236 Commits (92932fced10eecd82b93c5fedcfea557b2e49b2f)

Author SHA1 Message Date
TimQu d1ea675245 Added missing case for Power when converting to z3::expr 8 years ago
dehnert 58857d62ed renamed double literal to rational literal 9 years ago
dehnert 569b27e110 work towards having rational numbers instead of doubles as literals in expressions 9 years ago
sjunges a5c09fa801 extended eliminator interface, merged model checking part 9 years ago
sjunges 31228486d3 towards merging, including a extension on the pstateeliminator, come back after generalizing the lra eliminator 9 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
dehnert 3ba5902821 removed debug output and fixed small bug in adaptation of Eigen 9 years ago
dehnert 13f8f21a70 upgrade to eigen 3.3 and made modifications for different value types via template specializations 9 years ago
dehnert a699272dc6 renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests 9 years ago
dehnert f3fa90cc37 more work towards exact solving 9 years ago
Mavo dcf5468b29 Fixed linker error with static function 9 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 9 years ago
dehnert 8ce9e56af8 some refactoring of state-elimination-related things 9 years ago
dehnert ec640c12b7 minor fixes to Eigen adapter 9 years ago
dehnert 023325b53d added tests for Eigen solver 9 years ago
dehnert c4327e91a9 more work on symbolic JANI model builder 9 years ago
Mavo c3f9d4cfe0 Includes for successful compiling from python 9 years ago
hbruintjes 80430906f0 Use GMP is CLN is not found for RationalNumber 9 years ago
sjunges e0980de0ba first version of storm without log4cplus as a dependency 9 years ago
dehnert 08bed36579 fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm 9 years ago
sjunges 16a2152794 hash_value for cln::cl_ra 9 years ago
dehnert 4eaf8f8443 changed ration number to the boost version again (this time in the correct version) 9 years ago
dehnert 2e8f74a700 First steps toward exact linear equation solver 9 years ago
PBerger 3cda2d153a Fixed MathsatExpressionAdapter.h, where the adaption of std::hash was already wrapped in "namespace std" but the definition used std:: again. 9 years ago
sjunges 1e1400d68d merge 9 years ago
dehnert 0d6612352c silenced sylvan and gmm warnings (for clang) 9 years ago
dehnert 0708672a68 removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD 9 years ago
dehnert e43bdfaaaa more work on the dd stuff *sigh* 9 years ago
dehnert 472851508c changed return type of equal, notEqual, less, lessOrEqual, greater, greaterOrEqual to BDD since returning an ADD is logically not quite correct 9 years ago
dehnert 19029cd905 functional tests compile and run again, yay! 9 years ago
dehnert 7fa7381047 trying to get the new infrastructure of the DD abstraction layer integrated into the other parts of storm 9 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 9 years ago
dehnert 9b7d4ec57b made rational functions use cln again 9 years ago
sjunges 6503d929de includes the headers for the number types supported by the carl-configuration used on the system 9 years ago
dehnert 7f5e775395 adapted counterexample generation to refactoring 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
sjunges a129983ae9 cleaning includes for better compilation times 10 years ago
TimQu efadc84593 Beautified the Code, removed unused stuff, minor improvements 10 years ago
sjunges 2e0c9c1244 unification of some constructs in carl propagated to storm 10 years ago
sjunges 1ec453e587 support for intervals in matrices 10 years ago
TimQu 63618147b8 - Compute sample points via instantiated DTMCs 10 years ago
TimQu 076b6cc71c reimplemented region model check via smt solving 10 years ago
sjunges 7cbab6a260 use gmpxx mpq_class for rational numbers 10 years ago
TimQu b395b1292e started Smtlib Solver interface and some 'prototypy' method to check parameter regions 10 years ago
dehnert d787b80fec CTMC examples now build properly using the DD-based model generator. 10 years ago
dehnert 60701cebdb ADDs and BDDs are no longer mixed in the abstraction layer. 10 years ago
dehnert 1a1906f811 Added functional tests for DD-based and sparse computation of states with prob 0 and 1. 10 years ago
dehnert a1dae8849e Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented. 10 years ago
dehnert 706ea56963 Now DDs are either MTBDDs or BDDs. This makes it possible to use BDDs where possible, which is faster. 10 years ago
dehnert e58d38fadf More work on integrating DD-based model building. 10 years ago