220 Commits (bf7a86b650427ba29d64387e461d6537ffb74b94)

Author SHA1 Message Date
dehnert 231d2223a9 Model building works again (more or less) 10 years ago
dehnert 8ec362bb7d Started debugging new model generation. 10 years ago
dehnert 6f2916d557 Adapted the explicit model generator to the new hash map. Surprise: doesn't work yet. 10 years ago
dehnert 30f78b0a99 Intermediate commit. Started improving explicit model adapter performance. 10 years ago
dehnert 53196f5610 Created bit vector hash map and some necessary bit vector methods. 10 years ago
dehnert ab0caf79e8 Replaced action names by indices in PRISM programs. 10 years ago
dehnert 3260a6203c Started improving performance of explicit model generation. 10 years ago
dehnert 994250a697 Fixed missing ifdefs. 10 years ago
dehnert 650770148d Main now compiles again, yay. 10 years ago
dehnert b37e009168 Further steps to new expressions. 10 years ago
dehnert ee9533e586 Started working on making the main executable build again. 10 years ago
dehnert 2eeaa06d76 Z3 runs fine again. 10 years ago
dehnert ed74392f0d Another intermediate commit. 10 years ago
dehnert 99d9a9710d Further steps to make everything work again. 10 years ago
dehnert 983a7d78c2 Further work on expressions. 10 years ago
dehnert fff18f2789 Intermediate commit (refactoring expressions). 10 years ago
dehnert 809217c359 Refactored some parts of expressions. In particular, visitors now can return anything they want by using boost::any. 10 years ago
dehnert 85a4376e39 Now StoRM can be properly compiled without support for MathSAT if needed. 10 years ago
dehnert 7b8c382303 Added tests for Mathsat expression adapter. 10 years ago
dehnert f54b5671ea Done refactoring MathSAT expression adapter. 10 years ago
dehnert a061cdbed8 Started refactoring MathSAT adapter. 10 years ago
dehnert 84bfd58884 Minor refactoring of Z3 expression adapter. 10 years ago
dehnert 81571878f7 Further refactoring of MathSAT solver. 10 years ago
dehnert 6eb415f87f Tests for MathSAT now run through on Mac OS. 10 years ago
dehnert d8be64f0d7 Started on making MathSatSmtSolver work properly. 10 years ago
dehnert 90b0f20167 Reachability Rewards can now be computed in parametric DTMCs (modulo bugs) 10 years ago
dehnert b7492d543a Further work regarding rewards in parameterized models. Note: this includes some debug output. 10 years ago
dehnert 3231ea6c06 Moved to new macros. 10 years ago
dehnert 27b630bccc Removed debug output. 10 years ago
dehnert 08959a6a32 Intermediate commit. 10 years ago
dehnert 79798e2cb1 Fixed the reward-issue even harder. 10 years ago
dehnert c4c7794069 Intermediate commit. 10 years ago
dehnert a7bce9e520 Removed debug output and fixed the reward issue a bit more. 10 years ago
dehnert 7cd0dfe8b0 Fixed an issue regarding the reward model generation. 10 years ago
dehnert 2f20abf47f The user can now select on the command line which reward model of a symbolic model is to be used (as a second [optional] argument to --symbolic). 10 years ago
David_Korzeniewski 25d87bae06 Builds fine, still no tests yet 10 years ago
dehnert c2abd9968f Introduced constants comparator in explicit model adapter. 11 years ago
dehnert ff5902a17c Some fixes. 11 years ago
David_Korzeniewski 56edf1e126 Initial MathSat integration. 11 years ago
dehnert 4804ed636d Adapted some code to work with carl. 11 years ago
sjunges d78d88b84d added export of constraints and resultfile 11 years ago
dehnert 385f7b7465 Added option to sort trivial SCC in descending order wrt. to their distances from the initial state. Added some more timing recordings. 11 years ago
dehnert 4eea90646a Fixed attributes of some example files. Added option to eliminate entry states in the very end (added option module for model checking of parametric models). Added feature to specify the formulas to check on the command line. 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
dehnert e49814d391 Modified pctl/csl/ltl options to now take formulas instead of files. Prefixed the macros with STORM_. Moved these macros into a file in the utilities. Modified architecture of the exception classes slightly. Threw away all the contents of main(). This will now be build from scratch. 11 years ago
dehnert 433bae1156 Switched from an option to fix deadlocks to an option to not fix the deadlocks. Hence, deadlocks are now fixed by default unless otherwise requested. 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
sjunges 5817fe50b6 post merge fixes 11 years ago
dehnert 9ad12616e2 Renamed files in settings module a bit. Started on the pseudo-modular module-settings. 11 years ago
dehnert 96e1f8faf9 Renamed Settings class to SettingsManager. 11 years ago