Java Reference
Java Reference
CpSolverResponseOrBuilder.java
long getNumConflicts()
int64 num_conflicts = 11;
com.google.ortools.sat.IntegerVariableProto getTightenedVariables(int index)
java.util.List< java.lang.Long > getSolutionList()
java.util.List<? extends com.google.ortools.sat.IntegerVariableProtoOrBuilder > getTightenedVariablesOrBuilderList()
int getSolutionUpperBoundsCount()
repeated int64 solution_upper_bounds = 19;
java.util.List< java.lang.Integer > getSufficientAssumptionsForInfeasibilityList()
double getBestObjectiveBound()
java.util.List< java.lang.Long > getSolutionUpperBoundsList()
repeated int64 solution_upper_bounds = 19;
com.google.ortools.sat.IntegerVariableProtoOrBuilder getTightenedVariablesOrBuilder(int index)
double getUserTime()
double user_time = 16;
java.lang.String getSolutionInfo()
int getTightenedVariablesCount()
double getDeterministicTime()
double deterministic_time = 17;
long getSolutionLowerBounds(int index)
long getNumIntegerPropagations()
int64 num_integer_propagations = 14;
long getSolution(int index)
int getSolutionLowerBoundsCount()
long getNumBranches()
int64 num_branches = 12;
com.google.protobuf.ByteString getSolutionInfoBytes()
double getObjectiveValue()
double getPrimalIntegral()
double primal_integral = 22;
java.util.List< com.google.ortools.sat.IntegerVariableProto > getTightenedVariablesList()
long getNumBinaryPropagations()
int64 num_binary_propagations = 13;
long getSolutionUpperBounds(int index)
repeated int64 solution_upper_bounds = 19;
java.util.List< java.lang.Long > getSolutionLowerBoundsList()
double getWallTime()
double wall_time = 15;
int getSufficientAssumptionsForInfeasibilityCount()
com.google.ortools.sat.CpSolverStatus getStatus()
boolean getAllSolutionsWereFound()
long getNumBooleans()
int getStatusValue()
int getSufficientAssumptionsForInfeasibility(int index)
Definition: IntegerVariableProtoOrBuilder.java:8
int getSolutionCount()