Uses of Class
org.maxicp.cp.modeling.ConcreteCPModel
Packages that use ConcreteCPModel
-
Uses of ConcreteCPModel in org.maxicp.cp.modeling
Methods in org.maxicp.cp.modeling that return ConcreteCPModelModifier and TypeMethodDescriptiondefault ConcreteCPModelModelProxyInstantiatorWithCP.cpInstantiate()CPModelInstantiator.Instantiator.instantiate(Model m) Method parameters in org.maxicp.cp.modeling with type arguments of type ConcreteCPModelModifier and TypeMethodDescriptiondefault voidModelProxyInstantiatorWithCP.runCP(Consumer<ConcreteCPModel> fun) default <R> RModelProxyInstantiatorWithCP.runCP(Function<ConcreteCPModel, R> fun) default voidModelProxyInstantiatorWithCP.runCP(Model bm, Consumer<ConcreteCPModel> fun) default <R> RModelProxyInstantiatorWithCP.runCP(Model bm, Function<ConcreteCPModel, R> fun)