Uses of Interface
org.maxicp.search.SearchMethod
Packages that use SearchMethod
Package
Description
Examples of models using the symbolic modeling API
Search API
-
Uses of SearchMethod in org.maxicp.cp.examples.modeling
Method parameters in org.maxicp.cp.examples.modeling with type arguments of type SearchMethodModifier and TypeMethodDescriptionstatic SearchStatisticsQAP.run(BiFunction<ModelDispatcher, IntExpression[], SearchMethod> lnsSearch, BiFunction<ModelDispatcher, IntExpression[], SearchMethod> optiSearch) -
Uses of SearchMethod in org.maxicp.search
Classes in org.maxicp.search that implement SearchMethodModifier and TypeClassDescriptionclassAn abstract search method that can be used concurrently: it is stoppable and can be work-stealed.classAn abstract search method, implementing all the parts needed, but the search method itself.classBestFirstSearch<T extends Comparable<T>>classclassDepth-First Search Branch and Bound implementationclassclass