Uses of Class
com.google.ortools.modelbuilder.ModelBuilder
-
Packages that use ModelBuilder Package Description com.google.ortools.modelbuilder -
-
Uses of ModelBuilder in com.google.ortools.modelbuilder
Methods in com.google.ortools.modelbuilder that return ModelBuilder Modifier and Type Method Description ModelBuilderModelBuilder. getClone()Returns a cloned modelMethods in com.google.ortools.modelbuilder with parameters of type ModelBuilder Modifier and Type Method Description SolveStatusModelSolver. solve(ModelBuilder model)Solves given model, and returns the status of the response.
-