734 Commits (ce5ca9d1ced4ecfdc5b77ce00ecc05c914c81164)

Author SHA1 Message Date
dehnert 6655ee41d8 started to restructure explicit model builder to make it fit for JANI models 9 years ago
dehnert 310db8a234 started to include reachability in JANI model generation 9 years ago
dehnert 1892a9657f added some accessor functions and iteration capabilities. started on symbolic jani model builder 9 years ago
sjunges 121cfe4d93 rough skeleton for the parser, v1 9 years ago
sjunges 4df9984b87 added bare minimum for parser calls 9 years ago
Mavo c8521f0de3 Changed more assert to STORM_LOG_ASSERT 9 years ago
Mavo 5eaa46c7de More refactoring 9 years ago
Mavo 2243b02845 cout -> LOG 9 years ago
Mavo a0d659f2da always use shared_ptr<Formula const> 9 years ago
Mavo c3f9d4cfe0 Includes for successful compiling from python 9 years ago
dehnert 3476df75e8 finally removed log4cplus and affected code parts 9 years ago
dehnert 60bbce0ba1 added two tests for exploration engine 9 years ago
dehnert 1424d536ca renamed learning to exploration engine and started on a minor refactoring 9 years ago
TimQu 67cc067f35 fixed computeSchedulerProbGreater0E. 9 years ago
TimQu 5b9491448a removed debug output 9 years ago
Mavo c9f04ecc0b Added IOSettings 9 years ago
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
dehnert ca354cffe4 moved preprocessing of PRISM program to utility to make it accessible from learning-based model checker 9 years ago
dehnert dae55eeb29 fixed some bugs and enabled markov automaton model checking from cli 9 years ago
Mavo ebbc4ce7b4 Fixed compile issues introduced in merge 9 years ago
sjunges e390e1c39d several updates for better modularisation and support for VOT-modularisation 9 years ago
dehnert bb7d8ca3c5 added learning as new engine selection in options 9 years ago
Mavo 652aeb7562 Fixed compile error with CarlRationalNumber instead of RationalNumber 9 years ago
TimQu 6e8602413e ModelInstantiator + test 9 years ago
TimQu 69c5ba604e Helper functions for parametric stuff 9 years ago
TimQu f285858e28 added required includes 9 years ago
Mavo 796d7652df Fixed problem with bounds in MA model checker 9 years ago
Mavo 3f41aa55f8 Cleaned up debug output 9 years ago
Mavo 37a86d8190 Compile fixes for gcc 9 years ago
dehnert 55fd1b66c3 introducing exploration orders to explicit builder 9 years ago
dehnert fff7b2d5db fixed an allocation issue, performance is now roughly the same as before but memory consumption is reduced 9 years ago
sjunges 4a1f7468f5 param result file now has a semicolon between parameters 9 years ago
TimQu da0dafe5be ModelInstantiator!!!!11 9 years ago
sjunges fde7b71933 Nice printing when no logging framework is enabled 9 years ago
sjunges 8c2cb4887f Cmake option to disable debug and trace outputs 9 years ago
sjunges fcd98793ee fixed supp for log4cplus 9 years ago
sjunges cf986311ad loglevel can be set now and all logging macros support streaming 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 102602dea2 some refactoring 9 years ago
sjunges e24343516c constants comparator extended to carlrationalnumber (cln/cl_ra) 9 years ago
sjunges 266d417168 constants.h/cpp extended to treat carl rational numbers 9 years ago
sjunges 0a9f68ed74 update dft towards cnt.abst 9 years ago
Mavo a6a8e5fff6 Structure for MA to CTMC 9 years ago
dehnert 8f087597cc more work towards proper scheduler generation 9 years ago
dehnert 5a1039838f made everything compile again and all tests passing 9 years ago
dehnert bdcd4b26a3 refactoring early termination and solve goals and bounds 9 years ago
Mavo d60afed273 MA model checking can be called now for doubles 9 years ago
Mavo 24cd1ec597 Vector output without template seems to work 9 years ago