7 Commits (57490a7947144157775786d66637b741a18a4ec5)

Author SHA1 Message Date
TimQu ecf3c7e996 reverted renaming of LabelSetGenerators to CommandSetGenerators. Potentially, these generators work for arbitrary sets of labels, not just for sets of Prism commands. 8 years ago
TimQu 576f92568e StateValuations and ChoiceOrigins are now members of a sparse::Model. 8 years ago
TimQu 6537fd8b72 Replaced the old choice labeling with the new one and used choice origins for the minimal command set counterexample generators 8 years ago
dehnert 5b09b91ae1 fixed more warnings 8 years ago
dehnert 136cb194d1 fixed a bunch of unused variable warnings 8 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 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
Mavo a0d659f2da always use shared_ptr<Formula const> 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 5a1039838f made everything compile again and all tests passing 9 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 9 years ago
dehnert e3c4f5fa72 more work on customizing checking process 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
sjunges 5e428a795a And more includes on the right spot. 10 years ago
dehnert 72cb30d6b0 started replacing ValueType template argument by model class in all instantiations 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 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 b5f907d99d Added propositional model checker. Put some of the new classes in new folders. Fixed an issue that prevented compilation. 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 650770148d Main now compiles again, yay. 10 years ago
dehnert b37e009168 Further steps to new expressions. 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 266d660d89 Added functions responsible for printing the help. Started adapting the tests to the new option system. 11 years ago
dehnert 1cd01e3f28 Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 11 years ago
dehnert 96e1f8faf9 Renamed Settings class to SettingsManager. 11 years ago
masawei 52cfe9f02d Fixed some compile errors. 11 years ago
masawei d75e32b83e Renames the folder formula to properties and the namespace property to properties. 11 years ago
masawei 1c4d7b9ef9 Some more testing. 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 9e746549a8 Fully adapted MILP-based counterexample generator to new LP solver interface. 11 years ago
dehnert db4721ce3a Started adapting MILP-based counterexample generator to new LP solver interface. 11 years ago
dehnert db232fe39b Moved from pair to MatrixEntry as the basic building block of the matrix. Now matrix elements can be accessed in a more readable way. 11 years ago
dehnert a642ba6e72 Started adapting dependent classes to new PRISM classes. 11 years ago
dehnert 33cce28df8 Fixed minor bug MILP-based minimal command set generator. GurobiLpSolver is now able to deal with constraints involving several instances of the same variable. 11 years ago
sjunges 0eb13c6415 fixed a lot of unused variable warnings 11 years ago
dehnert de44a1562c Started writing the DD abstraction layer. 11 years ago
dehnert 6e63e1c296 Minor bugfix. 11 years ago
PBerger b9a4faea09 Removed unused named variables in MILPMinimalLabelSetGenerator.h 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 cf2b84b281 Further work on iterators for sparse matrix. 12 years ago