Uses of Interface
org.maxicp.modeling.Model
Packages that use Model
Package
Description
Root package of MaxiCP
CP Instantiation of the Symbolic Modeling API
Symbolic Modeling API
Concrete modeling API
Symbolic modeling of integer variables and objective functions
-
Uses of Model in org.maxicp
Methods in org.maxicp with type parameters of type ModelModifier and TypeMethodDescription<T extends Model>
TModelDispatcher.setModel(T m) Set the current model to m. m should have this base model as origin.Methods in org.maxicp that return Model -
Uses of Model in org.maxicp.cp.modeling
Classes in org.maxicp.cp.modeling that implement ModelMethods in org.maxicp.cp.modeling with parameters of type ModelModifier and TypeMethodDescriptionCPModelInstantiator.Instantiator.instantiate(Model m) default voiddefault voidModelProxyInstantiatorWithCP.runCP(Model bm, Consumer<ConcreteCPModel> fun) default <R> RModelProxyInstantiatorWithCP.runCP(Model bm, Function<ConcreteCPModel, R> fun) default <R> R -
Uses of Model in org.maxicp.modeling
Methods in org.maxicp.modeling with type parameters of type ModelMethods in org.maxicp.modeling that return ModelMethods in org.maxicp.modeling with parameters of type ModelModifier and TypeMethodDescriptionModelProxyInstantiator.ModelInstantiator.instantiate(Model m) default <T extends ConcreteModel>
voidModelProxyInstantiator.runAsConcrete(ModelProxyInstantiator.ModelInstantiator<T> instantiator, Model bm, Runnable fun) default <T extends ConcreteModel>
voidModelProxyInstantiator.runAsConcrete(ModelProxyInstantiator.ModelInstantiator<T> instantiator, Model bm, Consumer<T> fun) default <T extends ConcreteModel,R>
RModelProxyInstantiator.runAsConcrete(ModelProxyInstantiator.ModelInstantiator<T> instantiator, Model bm, Function<T, R> fun) default <T extends ConcreteModel,R>
RModelProxyInstantiator.runAsConcrete(ModelProxyInstantiator.ModelInstantiator<T> instantiator, Model bm, Supplier<R> fun) -
Uses of Model in org.maxicp.modeling.concrete
Subinterfaces of Model in org.maxicp.modeling.concreteClasses in org.maxicp.modeling.concrete that implement ModelModifier and TypeClassDescriptionclassA base class for some "Layer models" that can locally override some methods but redirect everything else to a bottom layer.Methods in org.maxicp.modeling.concrete with type parameters of type ModelMethods in org.maxicp.modeling.concrete that return ModelConstructors in org.maxicp.modeling.concrete with parameters of type Model -
Uses of Model in org.maxicp.modeling.symbolic
Classes in org.maxicp.modeling.symbolic that implement Model