-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from FliegendeWurst/misc2
Extend HowToTaclet with information on the new tagging mechanism
- Loading branch information
Showing
8 changed files
with
82 additions
and
3 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Proof Tree: linearized mode | ||
|
||
In the proof tree settings, you can enable the "Linearize Proof Tree" option. | ||
|
||
![Screenshot of option](ProofTreeLinearMode_enable.png) | ||
|
||
## Effect when enabled | ||
|
||
For symbolic execution steps, the "Normal Execution" branch will (visually) continue on the parent branch. See the screenshot below for a quick example. | ||
The exceptional case branches (e.g. Null Reference, Index Out of Bounds) are therefore placed above the steps of the Normal Execution branch. | ||
|
||
![Screenshot of tree with option enabled](ProofTreeLinearMode_example.png) | ||
|
||
Additionally, the TRUE branch of cut_direct applications will visually continue on the parent branch. | ||
This mechanism may be extended further by other taclets tagging their "main" created branch. | ||
|
||
![Screenshot of tree with cut_direct](ProofTreeLinearMode_example2.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
- [Exploration](../Exploration) | ||
- [Node Differences](../NodeDiff) | ||
- [Proof Slicing](../ProofSlicing) | ||
- [Proof Caching](../ProofCaching) | ||
- [Proof Caching](../ProofCaching) | ||
- [Proof Tree: linearized mode](../ProofTreeLinearMode) |
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