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