Created
February 18, 2020 16:31
-
-
Save daxxog/0dd8da68031d86d5cb3d834aca76fbeb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
if B then | |
checkpoint | |
fi | |
if ~B then | |
checkpoint | |
fi | |
if A|B then | |
checkpoint | |
if C then | |
if E then | |
checkpoint | |
fi | |
else if (A&B&D)|E then | |
checkpoint | |
fi | |
fi | |
fi | |
if E then | |
if (A&B&C)|D then | |
checkpoint | |
fi | |
fi | |
if A&B&!C&D&E then | |
checkpoint | |
fi | |
if E then | |
checkpoint | |
fi | |
if A&B&C&D&!E then | |
checkpoint | |
fi | |
if A&!B&C&D&E then | |
checkpoint | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment