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