6 Commits (988b2a9af997668c74f67d17c24dd5d98b76cd51)

Author SHA1 Message Date
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 8 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) 8 years ago
dehnert 43354d0c20 bunch of fixes (prominently in prism -> jani conversion) 8 years ago
dehnert 6dce56d0bb improved printing of result to command line 8 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 9 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. 10 years ago
dehnert c3c83fbe4f Fixed some compilation errors. 10 years ago
dehnert 6f2916d557 Adapted the explicit model generator to the new hash map. Surprise: doesn't work yet. 10 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 11 years ago
sjunges 8142a8e004 some fixes for using something different from doubles for templated value type :) 11 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. 12 years ago
Lanchid 5b57728d7e Merge branch master into PrctlParser 12 years ago
PBerger 7f956b0d35 Added Cotire to Storm to build PCH on all plattforms. 12 years ago
dehnert 58cf8118fe Initial version of reward model checking for DTMCs. Added two convenience operators to PCTL (Eventually and Globally) and added missing reward formulas. 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
Lanchid 48098b596d Removed the parameter from const templates, as types can be stated 13 years ago
PBerger cce8391e44 Refactored everything to match naming scheme. 13 years ago
PBerger 95b000436b Added a JacobiDecomposition container and conversion function. Added const where possible. 13 years ago
Lanchid 13a2bd3057 Moved const_templates.h from "misc" to "utility" to be able to remove 13 years ago
Thomas Heinemann f3a600550a (not much) 13 years ago
Thomas Heinemann b63d168192 1) Excluded the constant templates from the SparseMatrix class, as gcc forbids 13 years ago