Uses of Interface
com.google.ortools.sat.DenseMatrixProtoOrBuilder
-
Packages that use DenseMatrixProtoOrBuilder Package Description com.google.ortools.sat -
-
Uses of DenseMatrixProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement DenseMatrixProtoOrBuilder Modifier and Type Class Description classDenseMatrixProtoA dense matrix of numbers encoded in a flat way, row by row.static classDenseMatrixProto.BuilderA dense matrix of numbers encoded in a flat way, row by row.Methods in com.google.ortools.sat that return DenseMatrixProtoOrBuilder Modifier and Type Method Description DenseMatrixProtoOrBuilderSymmetryProto.Builder. getOrbitopesOrBuilder(int index)An orbitope is a special symmetry structure of the solution space.DenseMatrixProtoOrBuilderSymmetryProto. getOrbitopesOrBuilder(int index)An orbitope is a special symmetry structure of the solution space.DenseMatrixProtoOrBuilderSymmetryProtoOrBuilder. getOrbitopesOrBuilder(int index)An orbitope is a special symmetry structure of the solution space.Methods in com.google.ortools.sat that return types with arguments of type DenseMatrixProtoOrBuilder Modifier and Type Method Description java.util.List<? extends DenseMatrixProtoOrBuilder>SymmetryProto.Builder. getOrbitopesOrBuilderList()An orbitope is a special symmetry structure of the solution space.java.util.List<? extends DenseMatrixProtoOrBuilder>SymmetryProto. getOrbitopesOrBuilderList()An orbitope is a special symmetry structure of the solution space.java.util.List<? extends DenseMatrixProtoOrBuilder>SymmetryProtoOrBuilder. getOrbitopesOrBuilderList()An orbitope is a special symmetry structure of the solution space.
-