You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
dehnert 2cbdf56267 Fixed some bugs in bit vector and vector set that prevented the MEC decomposition from functioning correctly. 12 years ago
..
adapters Resolved some ambiguities that produced problems under Linux. Added option USE_LIBCXX to CMakeLists.txt to also use libc++ under Linux. 12 years ago
counterexamples Splitted VectorSet in header/source file which caused certain minor changes in its interface. Fixed some issues in the Markov automaton parser and made it substantially faster by dropping sscanf. This however introduces other limitations that need to be addressed in the future. 12 years ago
exceptions Added my initial implementation of Settings 12 years ago
formula Removed pointers from Model Checker Interface (and callback methods in formulas). From now on, the results are returned in form of an object. Because of the existing move semantics for the types in question, this does not come at a performance penalty. 12 years ago
ir Fixed build errors on Windows 12 years ago
modelchecker Sparse MDP model checker now correctly computes (memoryless) schedulers for Until and Reachability Reward formulas. 12 years ago
models Fixed some bugs in bit vector and vector set that prevented the MEC decomposition from functioning correctly. 12 years ago
parser Fixed some bugs in bit vector and vector set that prevented the MEC decomposition from functioning correctly. 12 years ago
settings Beautified output of option system. Enabled command line interface of counterexample generation. 12 years ago
solver Added a set() Method to the Settings.h for the Tests 12 years ago
storage Fixed some bugs in bit vector and vector set that prevented the MEC decomposition from functioning correctly. 12 years ago
utility Merge branch 'master' into imca 12 years ago
storm.cpp Fixed some bugs in bit vector and vector set that prevented the MEC decomposition from functioning correctly. 12 years ago