Uses of Class
com.google.ortools.sat.DoubleLinearExpr
Packages that use DoubleLinearExpr
-
Uses of DoubleLinearExpr in com.google.ortools.sat
Methods in com.google.ortools.sat with parameters of type DoubleLinearExprModifier and TypeMethodDescriptionvoidCpModel.maximize(DoubleLinearExpr expr) Adds a maximization objective of a linear expression.voidCpModel.minimize(DoubleLinearExpr expr) Adds a minimization objective of a linear expression.