| |
|
| gov.nasa.jpf.search.heuristic.Heuristic
All known Subclasses: gov.nasa.jpf.search.heuristic.TotalPathBranchCoverage, gov.nasa.jpf.search.heuristic.SumGlobalBranchCoverage, gov.nasa.jpf.search.heuristic.UserHeuristic, gov.nasa.jpf.search.heuristic.PunishPathBranchCoverage, gov.nasa.jpf.search.heuristic.Interleaving, gov.nasa.jpf.search.heuristic.PersistGlobalBranchCoverage, gov.nasa.jpf.search.heuristic.TotalGlobalBranchCoverage, gov.nasa.jpf.search.heuristic.BFSHeuristic, gov.nasa.jpf.search.heuristic.GlobalInstCoverage, gov.nasa.jpf.search.heuristic.PathInstCoverage, gov.nasa.jpf.search.heuristic.GlobalBranchCoverage, gov.nasa.jpf.search.heuristic.PunishGlobalBranchCoverage, gov.nasa.jpf.search.heuristic.PersistPathBranchCoverage, gov.nasa.jpf.search.heuristic.PreferThreads, gov.nasa.jpf.search.heuristic.RandomHeuristic, gov.nasa.jpf.search.heuristic.DFSHeuristic, gov.nasa.jpf.search.heuristic.MostBlocked, gov.nasa.jpf.search.heuristic.SumPathBranchCoverage, gov.nasa.jpf.search.heuristic.DefaultHeuristic, gov.nasa.jpf.search.heuristic.ChooseFree, gov.nasa.jpf.search.heuristic.PathBranchCoverage, gov.nasa.jpf.search.heuristic.GlobalSwitchThread,
Heuristic | public interface Heuristic (Code) | | interface used to prioritize states according to some
configured heuristic strategy. Used by HeuristicSearch
|
heuristicValue | int heuristicValue()(Code) | | |
processParent | void processParent()(Code) | | |
|
|
|