Uses of Class
org.maxicp.search.BestFirstSearch
Packages that use BestFirstSearch
Package
Description
Root package of MaxiCP
Concrete modeling API
-
Uses of BestFirstSearch in org.maxicp
Methods in org.maxicp that return BestFirstSearchModifier and TypeMethodDescription<U extends Comparable<U>>
BestFirstSearch<U> ModelDispatcher.bestFirstSearch(Supplier<Runnable[]> branching, Supplier<U> nodeEvaluator) -
Uses of BestFirstSearch in org.maxicp.modeling.concrete
Methods in org.maxicp.modeling.concrete that return BestFirstSearchModifier and TypeMethodDescriptiondefault <U extends Comparable<U>>
BestFirstSearch<U> ConcreteModel.bestFirstSearch(Supplier<Runnable[]> branching, Supplier<U> nodeEvaluator)