Java Reference
Java Reference
CpSolverResponseOrBuilder.java
Go to the documentation of this file.
Definition: IntegerVariableProtoOrBuilder.java:6
com.google.protobuf.ByteString getSolveLogBytes()
java.util.List<? extends com.google.ortools.sat.IntegerVariableProtoOrBuilder > getTightenedVariablesOrBuilderList()
java.util.List< java.lang.Long > getSolutionList()
java.util.List< com.google.ortools.sat.CpSolverSolution > getAdditionalSolutionsList()
long getNumRestarts()
int64 num_restarts = 24;
int getSolutionCount()
long getNumBooleans()
com.google.ortools.sat.IntegerVariableProto getTightenedVariables(int index)
java.util.List<? extends com.google.ortools.sat.CpSolverSolutionOrBuilder > getAdditionalSolutionsOrBuilderList()
long getNumBranches()
int64 num_branches = 12;
boolean hasIntegerObjective()
double getUserTime()
double user_time = 16;
long getSolution(int index)
java.lang.String getSolutionInfo()
long getNumLpIterations()
int64 num_lp_iterations = 25;
java.lang.String getSolveLog()
java.util.List< java.lang.Integer > getSufficientAssumptionsForInfeasibilityList()
long getNumBinaryPropagations()
int64 num_binary_propagations = 13;
int getTightenedVariablesCount()
double getBestObjectiveBound()
int getAdditionalSolutionsCount()
double getObjectiveValue()
double getGapIntegral()
com.google.ortools.sat.CpObjectiveProtoOrBuilder getIntegerObjectiveOrBuilder()
com.google.ortools.sat.CpSolverSolutionOrBuilder getAdditionalSolutionsOrBuilder(int index)
com.google.protobuf.ByteString getSolutionInfoBytes()
com.google.ortools.sat.CpObjectiveProto getIntegerObjective()
int getSufficientAssumptionsForInfeasibility(int index)
com.google.ortools.sat.IntegerVariableProtoOrBuilder getTightenedVariablesOrBuilder(int index)
double getWallTime()
int getStatusValue()
long getNumIntegerPropagations()
int64 num_integer_propagations = 14;
com.google.ortools.sat.CpSolverSolution getAdditionalSolutions(int index)
int getSufficientAssumptionsForInfeasibilityCount()
java.util.List< com.google.ortools.sat.IntegerVariableProto > getTightenedVariablesList()
long getNumConflicts()
int64 num_conflicts = 11;
double getDeterministicTime()
double deterministic_time = 17;
long getInnerObjectiveLowerBound()
com.google.ortools.sat.CpSolverStatus getStatus()