public interface StateExplorationStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
addUnexploredState(ProgramState state,
boolean isMaterializedState) |
ProgramState |
getNextUnexploredState() |
boolean |
hasUnexploredStates() |
boolean hasUnexploredStates()
ProgramState getNextUnexploredState()
void addUnexploredState(ProgramState state, boolean isMaterializedState)
Copyright © 2019. All rights reserved.