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