3 Commits (1e25704c8bf8fbed2828b3c59369a773cba63076)

Author SHA1 Message Date
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 35eb421e71 fixed warning 9 years ago
sjunges cf583ec9dd formulae with rational number bounds 9 years ago
dehnert b4e0cabef6 started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers 9 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
Mavo a0d659f2da always use shared_ptr<Formula const> 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 08bed36579 fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm 9 years ago
dehnert 8f087597cc more work towards proper scheduler generation 9 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 9 years ago
sjunges d8191d8c6a const formulae 9 years ago
sjunges f08f66e900 added an option for polic extraction to the helper, some includes 10 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
dehnert eb5d4100a6 Renamed Nondeterminstic equation solver as this name is more than misleading. 10 years ago
dehnert a44a3554c8 Fixed minimal command counterexample generation. 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 e58d38fadf More work on integrating DD-based model building. 10 years ago
dehnert b5f907d99d Added propositional model checker. Put some of the new classes in new folders. Fixed an issue that prevented compilation. 10 years ago
dehnert 18f314d7c6 Some more bugfixes. Damn you, clang on Mac OS! 10 years ago
dehnert 1fb8d72a30 Merged master in parametricSystems. 10 years ago
dehnert 98efde80f7 Fixed some compile issues (and some other issues). 10 years ago
dehnert abc222fc31 Fixed some compilation errors. 10 years ago
dehnert 8a4706d9c9 A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated. 10 years ago
dehnert b60c5ffdc0 Fixed a lot of tests, improved some things here and there. 10 years ago
dehnert 91e177028d Started refactoring explicit model generator of PRISM models 10 years ago
dehnert 650770148d Main now compiles again, yay. 10 years ago
dehnert b37e009168 Further steps to new expressions. 10 years ago
dehnert 85a4376e39 Now StoRM can be properly compiled without support for MathSAT if needed. 10 years ago
dehnert 96086cb6d8 Fixed a bug in the option system and MILP-based cex generator. Now everything should work for the demo. :) 11 years ago
dehnert de5f90fe4b Rough version of refactored version of processing the options (in terms of computing something). Currently it is only capable of parsing the model and generating a counterexample. 11 years ago
dehnert 5ecc96fa3a Fixed some more places in the code to use the new option system. 11 years ago
dehnert 4f25312a6b Adapted SMT-based counterexample generator such that it works with the new property classes. 11 years ago
masawei d75e32b83e Renames the folder formula to properties and the namespace property to properties. 11 years ago
PBerger 57882db84e Fixed warnings about unused variables in PathBasedSubsystemGenerator and SMTMinimalCommandSetGenerator. Also some stuff with type conversions. 11 years ago
dehnert e2c2177dca Adapted MaxSAT-based minimal command set generator to some recent changes to make it work again. 11 years ago
masawei ee1ebdf91d Removed the visitor from LTL and refactured the formulas to use shared pointer in stead of standart pointer. 11 years ago
dehnert 7667933caf First working version of explicit model generation using the new PRISM classes and expressions. 11 years ago
PBerger 5b1513e9e5 Fixed issues with unused but named variables. 11 years ago
dehnert 486e99d6ae Added signal handler for SIGTERM. Introduced delayed update for LP solvers to reduce overhead. 11 years ago
dehnert 35d16a1191 Replaced VectorSet bei boost::container::flat_set, which does essentially the same. Fixed a bug in sparse matrix creation. 12 years ago
dehnert cdc369b96a Temporarily removed the detection of the repository version of TBB from CMakeLists.txt. Corrected TBB sparse matrix-vector multiplication. Added TBB parallel vector addition. 12 years ago
dehnert a26f63be30 Finished reworking the sparse matrix implementation. Adapted all other classes to the (partially) new API of the matrix. 12 years ago
dehnert 07fbff7a07 Started refactoring bit vector class. 12 years ago
dehnert 344e1b6dd3 Enabled checking of some untimed properties on Markov automata. 12 years ago
dehnert 0a89d65f93 Started refactoring Markov automaton model checker. 12 years ago
dehnert 775382fa91 Added option to encode reachability of a target state for SAT-based minimal command counterexample generation. Fixed bug in vector-based set. 12 years ago