-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calculate proper MCS in MOCUS by default
Minimal cut sets include only positive literals. For non-coherent fault trees, this is a conservative approximation. More exact approach will be achieved with prime implicants. The current implementation is rough, but it passes all tests to close #123. Restriction of minimal cut sets to positive literals solves many flaws in SCRAM as in #92. The solution is good to close #92.
- Loading branch information
Showing
6 changed files
with
274 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.