module greed.exploration_techniques.dfs
class DFS
This Exploration technique implements a Classic Depth-First Search exploration
Args:
deferred_stash
: the name of the stash where deferred states are put
method __init__
method check_stashes
If multiple states are in the active stash, move all but the oldest to the deferred stash.
Args:
simgr
: the simulation managerstashes
: the stashesstash
: the name of the stash to check
method is_complete
Check if the exploration is complete: there are no active states, and no deferred states.
Args:
simgr
: the simulation managerstash
: the name of the stash to check
method setup
Setup the technique.
Args:
simgr
: the simulation manager
This file was automatically generated via lazydocs.