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 ff572c7f6f Sped up PRISM parser by letting it skip the actual command definitions in the first run (because only gathering constants, variables and formulas is important in this particular run). 11 years ago
..
adapters Made Storm compile again without Z3: guarded some header inclusions and function definitions/implementations. Also guarded the tests that require certain libraries (like Gurobi, glpk, Z3), so that tests do not fail any more when the libraries are not available. 11 years ago
counterexamples Adapted MaxSAT-based minimal command set generator to some recent changes to make it work again. 11 years ago
exceptions Fixed (asynch) leader election to comply with our grammar. Added LOG_DEBUG macro. 11 years ago
formula Renamed ConstTemplates to constants. Removed all calls to constGetZero, constGetOne and constGetInfinity by the new names. Created performance test for bit vector iteration. 12 years ago
modelchecker Bugfix for the dimensions of some data of parsed Markov automata. 11 years ago
models Bugfix for the dimensions of some data of parsed Markov automata. 11 years ago
parser Sped up PRISM parser by letting it skip the actual command definitions in the first run (because only gathering constants, variables and formulas is important in this particular run). 11 years ago
settings Beautified output of option system. Enabled command line interface of counterexample generation. 12 years ago
solver Made Storm compile again without Z3: guarded some header inclusions and function definitions/implementations. Also guarded the tests that require certain libraries (like Gurobi, glpk, Z3), so that tests do not fail any more when the libraries are not available. 11 years ago
storage Improved performance of the expression parser a bit more. 11 years ago
utility Bugfix for storm::utility::vector::reduceVector to correctly compute which choices were taken to achieve extremal values. 11 years ago
storm.cpp Adapted MaxSAT-based minimal command set generator to some recent changes to make it work again. 11 years ago