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.
masawei
532b0cf3ad
Added function to test if a formula is a probability bounded reachability formula, i.e. conforms to the pattern P[<,<=,>,>=]p ([phi U, E] psi) where phi, psi are propositional formulas (consisting only of And, Or, Not and AP).
- For that implemented function that checks if a formula is a propositional logic formula to all three logics.
- Added tests for the function.
- Added documentation for the function.
Former-commit-id: 3fcb84b990
11 years ago
..
adapters
fixed a lot of unused variable warnings
11 years ago
counterexamples
Some more testing.
11 years ago
exceptions
Added my initial implementation of Settings
12 years ago
formula
Added function to test if a formula is a probability bounded reachability formula, i.e. conforms to the pattern P[<,<=,>,>=]p ([phi U, E] psi) where phi, psi are propositional formulas (consisting only of And, Or, Not and AP).
11 years ago
ir
Fixed bug in restriction of a program to certain commands. Also, modules may now have an action without actually having a command labeled with the action and the explicit model adapter now handles this correctly.
11 years ago
modelchecker
Finished testing of Csl.
11 years ago
models
Removed the visitor from LTL and refactured the formulas to use shared pointer in stead of standart pointer.
11 years ago
parser
Finished testing Ltl.
11 years ago
settings
Beautified output of option system. Enabled command line interface of counterexample generation.
12 years ago
solver
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
storage
Fixed a human error.
11 years ago
utility
fixed a lot of unused variable warnings
11 years ago
storm.cpp
Removed the visitor from LTL and refactured the formulas to use shared pointer in stead of standart pointer.
11 years ago