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.
 
 
 
 
David_Korzeniewski a815a6f425 Implemented allSat with z3 and test 11 years ago
..
adapters Fixed order of checks in Z3ExpressionAdapter, fixed missing override of isVariable in VariableExpression, removed unnecessary exception in Z3SmtSolver model generation 11 years ago
counterexamples Fully adapted MILP-based counterexample generator to new LP solver interface. 12 years ago
exceptions Finished new expression classes and corresponding functional tests. 12 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 Adapted MA model checker to new LP solver interface (LRA computation). 12 years ago
models Moved from pair to MatrixEntry as the basic building block of the matrix. Now matrix elements can be accessed in a more readable way. 12 years ago
parser Bugfix for expression parser. 12 years ago
settings Beautified output of option system. Enabled command line interface of counterexample generation. 12 years ago
solver Implemented allSat with z3 and test 11 years ago
storage Implemented allSat with z3 and test 11 years ago
utility Fixed a typo in the StormOptions.cpp 12 years ago
storm.cpp Fixed a reference to a non-existant option. 12 years ago