| java.lang.Object gov.nasa.jpf.search.heuristic.PreferThreads
PreferThreads | public class PreferThreads implements Heuristic(Code) | | a heuristic state prioritizer that favors certain threads (specified
by thread names during initialization)
<2do> for both efficiency and encapsulation reasons, this should be just
a Scheduler policy (so that we don't have to expand all children)
|
heuristicValue | public int heuristicValue()(Code) | | |
processParent | public void processParent()(Code) | | |
|
|