-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
008425c
commit f30709f
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
28 changes: 14 additions & 14 deletions
28
usvm-python/usvm-python-commons/src/main/kotlin/org/usvm/python/ps/PyPathSelectorType.kt
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,18 +1,18 @@ | ||
package org.usvm.python.ps | ||
|
||
enum class PyPathSelectorType { | ||
BaselinePriorityDfs, // passes tests | ||
BaselineWeightedDfs, // passes tests | ||
BaselinePriorityNumberOfVirtualDfs, // passes tests | ||
BaselineWeightedNumberOfVirtualRandomTree, // passes tests | ||
BaselinePriorityNumberOfInstructionsDfs, // passes tests | ||
BaselinePriorityNumberOfInstructionsRandomTree, // passes tests | ||
BaselinePriorityPlusTypeRatingByHintsDfs, // passes tests | ||
DelayedForkByInstructionWeightedDfs, // passes tests | ||
DelayedForkByInstructionWeightedRandomTree, // passes tests | ||
DelayedForkByInstructionPriorityNumberOfVirtualDfs, // passes tests | ||
DelayedForkByInstructionWeightedNumberOfVirtualRandomTree, // passes tests | ||
DelayedForkByInstructionPriorityNumberOfInstructionsDfs, // passes tests | ||
DelayedForkByInstructionPriorityNumberOfInstructionsRandomTree, // passes tests | ||
DelayedForkByInstructionPriorityNumberOfInstructionsRandomTreePlusTypeRating, // passes tests | ||
BaselinePriorityDfs, // passes tests | ||
BaselineWeightedDfs, // passes tests | ||
BaselinePriorityNumberOfVirtualDfs, // passes tests | ||
BaselineWeightedNumberOfVirtualRandomTree, // passes tests | ||
BaselinePriorityNumberOfInstructionsDfs, // passes tests | ||
BaselinePriorityNumberOfInstructionsRandomTree, // passes tests | ||
BaselinePriorityPlusTypeRatingByHintsDfs, // passes tests | ||
DelayedForkByInstructionWeightedDfs, // passes tests | ||
DelayedForkByInstructionWeightedRandomTree, // passes tests | ||
DelayedForkByInstructionPriorityNumberOfVirtualDfs, // passes tests | ||
DelayedForkByInstructionWeightedNumberOfVirtualRandomTree, // passes tests | ||
DelayedForkByInstructionPriorityNumberOfInstructionsDfs, // passes tests | ||
DelayedForkByInstructionPriorityNumberOfInstructionsRandomTree, // passes tests | ||
DelayedForkByInstructionPriorityNumberOfInstructionsRandomTreePlusTypeRating, // passes tests | ||
} |
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