![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.sat.CpSolverResponse | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.CpSolverResponse | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.CpSolverResponse | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.CpSolverResponse | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.CpSolverResponse | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.CpSolverResponse | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.CpSolverResponse | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.sat.CpSolverResponse | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.sat.CpSolverResponse | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.sat.CpSolverResponse | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.sat.CpSolverResponse | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.sat.CpSolverResponse | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static Builder | newBuilder () |
static Builder | newBuilder (com.google.ortools.sat.CpSolverResponse prototype) |
static com.google.ortools.sat.CpSolverResponse | getDefaultInstance () |
static com.google.protobuf.Parser< CpSolverResponse > | parser () |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
The response returned by a solver trying to solve a CpModelProto. Next id: 32
Protobuf type operations_research.sat.CpSolverResponse
Definition at line 17 of file CpSolverResponse.java.
boolean com.google.ortools.sat.CpSolverResponse.equals | ( | final java.lang.Object | obj | ) |
Definition at line 1034 of file CpSolverResponse.java.
com.google.ortools.sat.CpSolverSolution com.google.ortools.sat.CpSolverResponse.getAdditionalSolutions | ( | int | index | ) |
If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here. Note that the one returned in the solution field will likely appear here too. Do not rely on the solutions order as it depends on our internal representation (after postsolve).
repeated .operations_research.sat.CpSolverSolution additional_solutions = 27;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 236 of file CpSolverResponse.java.
int com.google.ortools.sat.CpSolverResponse.getAdditionalSolutionsCount | ( | ) |
If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here. Note that the one returned in the solution field will likely appear here too. Do not rely on the solutions order as it depends on our internal representation (after postsolve).
repeated .operations_research.sat.CpSolverSolution additional_solutions = 27;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 220 of file CpSolverResponse.java.
java.util.List< com.google.ortools.sat.CpSolverSolution > com.google.ortools.sat.CpSolverResponse.getAdditionalSolutionsList | ( | ) |
If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here. Note that the one returned in the solution field will likely appear here too. Do not rely on the solutions order as it depends on our internal representation (after postsolve).
repeated .operations_research.sat.CpSolverSolution additional_solutions = 27;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 187 of file CpSolverResponse.java.
com.google.ortools.sat.CpSolverSolutionOrBuilder com.google.ortools.sat.CpSolverResponse.getAdditionalSolutionsOrBuilder | ( | int | index | ) |
If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here. Note that the one returned in the solution field will likely appear here too. Do not rely on the solutions order as it depends on our internal representation (after postsolve).
repeated .operations_research.sat.CpSolverSolution additional_solutions = 27;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 252 of file CpSolverResponse.java.
java.util.List<? extends com.google.ortools.sat.CpSolverSolutionOrBuilder > com.google.ortools.sat.CpSolverResponse.getAdditionalSolutionsOrBuilderList | ( | ) |
If the parameter fill_additional_solutions_in_response is set, then we copy all the solutions from our internal solution pool here. Note that the one returned in the solution field will likely appear here too. Do not rely on the solutions order as it depends on our internal representation (after postsolve).
repeated .operations_research.sat.CpSolverSolution additional_solutions = 27;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 204 of file CpSolverResponse.java.
double com.google.ortools.sat.CpSolverResponse.getBestObjectiveBound | ( | ) |
Only make sense for an optimization problem. A proven lower-bound on the objective for a minimization problem, or a proven upper-bound for a maximization problem.
double best_objective_bound = 4;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 167 of file CpSolverResponse.java.
|
static |
Definition at line 4284 of file CpSolverResponse.java.
com.google.ortools.sat.CpSolverResponse com.google.ortools.sat.CpSolverResponse.getDefaultInstanceForType | ( | ) |
Definition at line 4320 of file CpSolverResponse.java.
|
static |
Definition at line 46 of file CpSolverResponse.java.
double com.google.ortools.sat.CpSolverResponse.getDeterministicTime | ( | ) |
double deterministic_time = 17;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 693 of file CpSolverResponse.java.
double com.google.ortools.sat.CpSolverResponse.getGapIntegral | ( | ) |
The integral of log(1 + absolute_objective_gap) over time.
double gap_integral = 22;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 708 of file CpSolverResponse.java.
long com.google.ortools.sat.CpSolverResponse.getInnerObjectiveLowerBound | ( | ) |
Advanced usage. A lower bound on the inner integer expression of the objective. This is either a bound on the expression in the returned integer_objective or on the integer expression of the original objective if the problem already has an integer objective.
int64 inner_objective_lower_bound = 29;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 549 of file CpSolverResponse.java.
com.google.ortools.sat.CpObjectiveProto com.google.ortools.sat.CpSolverResponse.getIntegerObjective | ( | ) |
Contains the integer objective optimized internally. This is only filled if the problem had a floating point objective, and on the final response, not the ones given to callbacks.
.operations_research.sat.CpObjectiveProto integer_objective = 28;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 516 of file CpSolverResponse.java.
com.google.ortools.sat.CpObjectiveProtoOrBuilder com.google.ortools.sat.CpSolverResponse.getIntegerObjectiveOrBuilder | ( | ) |
Contains the integer objective optimized internally. This is only filled if the problem had a floating point objective, and on the final response, not the ones given to callbacks.
.operations_research.sat.CpObjectiveProto integer_objective = 28;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 529 of file CpSolverResponse.java.
long com.google.ortools.sat.CpSolverResponse.getNumBinaryPropagations | ( | ) |
int64 num_binary_propagations = 13;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 623 of file CpSolverResponse.java.
long com.google.ortools.sat.CpSolverResponse.getNumBooleans | ( | ) |
int64 num_booleans = 10;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 579 of file CpSolverResponse.java.
long com.google.ortools.sat.CpSolverResponse.getNumBranches | ( | ) |
int64 num_branches = 12;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 612 of file CpSolverResponse.java.
long com.google.ortools.sat.CpSolverResponse.getNumConflicts | ( | ) |
int64 num_conflicts = 11;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 601 of file CpSolverResponse.java.
long com.google.ortools.sat.CpSolverResponse.getNumFixedBooleans | ( | ) |
int64 num_fixed_booleans = 31;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 590 of file CpSolverResponse.java.
long com.google.ortools.sat.CpSolverResponse.getNumIntegerPropagations | ( | ) |
int64 num_integer_propagations = 14;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 634 of file CpSolverResponse.java.
long com.google.ortools.sat.CpSolverResponse.getNumIntegers | ( | ) |
Some statistics about the solve. Important: in multithread, this correspond the statistics of the first subsolver. Which is usually the one with the user defined parameters. Or the default-search if none are specified.
int64 num_integers = 30;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 568 of file CpSolverResponse.java.
long com.google.ortools.sat.CpSolverResponse.getNumLpIterations | ( | ) |
int64 num_lp_iterations = 25;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 656 of file CpSolverResponse.java.
long com.google.ortools.sat.CpSolverResponse.getNumRestarts | ( | ) |
int64 num_restarts = 24;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 645 of file CpSolverResponse.java.
double com.google.ortools.sat.CpSolverResponse.getObjectiveValue | ( | ) |
Only make sense for an optimization problem. The objective value of the returned solution if it is non-empty. If there is no solution, then for a minimization problem, this will be an upper-bound of the objective of any feasible solution, and a lower-bound for a maximization problem.
double objective_value = 3;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 150 of file CpSolverResponse.java.
com.google.protobuf.Parser< CpSolverResponse > com.google.ortools.sat.CpSolverResponse.getParserForType | ( | ) |
Definition at line 4315 of file CpSolverResponse.java.
int com.google.ortools.sat.CpSolverResponse.getSerializedSize | ( | ) |
Definition at line 909 of file CpSolverResponse.java.
long com.google.ortools.sat.CpSolverResponse.getSolution | ( | int | index | ) |
A feasible solution to the given problem. Depending on the returned status it may be optimal or just feasible. This is in one-to-one correspondence with a CpModelProto::variables repeated field and list the values of all the variables.
repeated int64 solution = 2;
index | The index of the element to return. |
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 131 of file CpSolverResponse.java.
int com.google.ortools.sat.CpSolverResponse.getSolutionCount | ( | ) |
A feasible solution to the given problem. Depending on the returned status it may be optimal or just feasible. This is in one-to-one correspondence with a CpModelProto::variables repeated field and list the values of all the variables.
repeated int64 solution = 2;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 116 of file CpSolverResponse.java.
java.lang.String com.google.ortools.sat.CpSolverResponse.getSolutionInfo | ( | ) |
Additional information about how the solution was found. It also stores model or parameters errors that caused the model to be invalid.
string solution_info = 20;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 725 of file CpSolverResponse.java.
com.google.protobuf.ByteString com.google.ortools.sat.CpSolverResponse.getSolutionInfoBytes | ( | ) |
Additional information about how the solution was found. It also stores model or parameters errors that caused the model to be invalid.
string solution_info = 20;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 748 of file CpSolverResponse.java.
java.util.List< java.lang.Long > com.google.ortools.sat.CpSolverResponse.getSolutionList | ( | ) |
A feasible solution to the given problem. Depending on the returned status it may be optimal or just feasible. This is in one-to-one correspondence with a CpModelProto::variables repeated field and list the values of all the variables.
repeated int64 solution = 2;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 102 of file CpSolverResponse.java.
java.lang.String com.google.ortools.sat.CpSolverResponse.getSolveLog | ( | ) |
The solve log will be filled if the parameter log_to_response is set to true.
string solve_log = 26;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 774 of file CpSolverResponse.java.
com.google.protobuf.ByteString com.google.ortools.sat.CpSolverResponse.getSolveLogBytes | ( | ) |
The solve log will be filled if the parameter log_to_response is set to true.
string solve_log = 26;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 797 of file CpSolverResponse.java.
com.google.ortools.sat.CpSolverStatus com.google.ortools.sat.CpSolverResponse.getStatus | ( | ) |
The status of the solve.
.operations_research.sat.CpSolverStatus status = 1;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 80 of file CpSolverResponse.java.
int com.google.ortools.sat.CpSolverResponse.getStatusValue | ( | ) |
The status of the solve.
.operations_research.sat.CpSolverStatus status = 1;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 69 of file CpSolverResponse.java.
int com.google.ortools.sat.CpSolverResponse.getSufficientAssumptionsForInfeasibility | ( | int | index | ) |
A subset of the model "assumptions" field. This will only be filled if the status is INFEASIBLE. This subset of assumption will be enough to still get an infeasible problem. This is related to what is called the irreducible inconsistent subsystem or IIS. Except one is only concerned by the provided assumptions. There is also no guarantee that we return an irreducible (aka minimal subset). However, this is based on SAT explanation and there is a good chance it is not too large. If you really want a minimal subset, a possible way to get one is by changing your model to minimize the number of assumptions at false, but this is likely an harder problem to solve. Important: Currently, this is minimized only in single-thread and if the problem is not an optimization problem, otherwise, it will always include all the assumptions. TODO(user): Allows for returning multiple core at once.
repeated int32 sufficient_assumptions_for_infeasibility = 23;
index | The index of the element to return. |
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 484 of file CpSolverResponse.java.
int com.google.ortools.sat.CpSolverResponse.getSufficientAssumptionsForInfeasibilityCount | ( | ) |
A subset of the model "assumptions" field. This will only be filled if the status is INFEASIBLE. This subset of assumption will be enough to still get an infeasible problem. This is related to what is called the irreducible inconsistent subsystem or IIS. Except one is only concerned by the provided assumptions. There is also no guarantee that we return an irreducible (aka minimal subset). However, this is based on SAT explanation and there is a good chance it is not too large. If you really want a minimal subset, a possible way to get one is by changing your model to minimize the number of assumptions at false, but this is likely an harder problem to solve. Important: Currently, this is minimized only in single-thread and if the problem is not an optimization problem, otherwise, it will always include all the assumptions. TODO(user): Allows for returning multiple core at once.
repeated int32 sufficient_assumptions_for_infeasibility = 23;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 454 of file CpSolverResponse.java.
java.util.List< java.lang.Integer > com.google.ortools.sat.CpSolverResponse.getSufficientAssumptionsForInfeasibilityList | ( | ) |
A subset of the model "assumptions" field. This will only be filled if the status is INFEASIBLE. This subset of assumption will be enough to still get an infeasible problem. This is related to what is called the irreducible inconsistent subsystem or IIS. Except one is only concerned by the provided assumptions. There is also no guarantee that we return an irreducible (aka minimal subset). However, this is based on SAT explanation and there is a good chance it is not too large. If you really want a minimal subset, a possible way to get one is by changing your model to minimize the number of assumptions at false, but this is likely an harder problem to solve. Important: Currently, this is minimized only in single-thread and if the problem is not an optimization problem, otherwise, it will always include all the assumptions. TODO(user): Allows for returning multiple core at once.
repeated int32 sufficient_assumptions_for_infeasibility = 23;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 425 of file CpSolverResponse.java.
com.google.ortools.sat.IntegerVariableProto com.google.ortools.sat.CpSolverResponse.getTightenedVariables | ( | int | index | ) |
Advanced usage. If the option fill_tightened_domains_in_response is set, then this field will be a copy of the CpModelProto.variables where each domain has been reduced using the information the solver was able to derive. Note that this is only filled with the info derived during a normal search and we do not have any dedicated algorithm to improve it. Warning: if you didn't set keep_all_feasible_solutions_in_presolve, then these domains might exclude valid feasible solution. Otherwise for a feasibility problem, all feasible solution should be there. Warning: For an optimization problem, these will correspond to valid bounds for the problem of finding an improving solution to the best one found so far. It might be better to solve a feasibility version if one just want to explore the feasible region.
repeated .operations_research.sat.IntegerVariableProto tightened_variables = 21;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 362 of file CpSolverResponse.java.
int com.google.ortools.sat.CpSolverResponse.getTightenedVariablesCount | ( | ) |
Advanced usage. If the option fill_tightened_domains_in_response is set, then this field will be a copy of the CpModelProto.variables where each domain has been reduced using the information the solver was able to derive. Note that this is only filled with the info derived during a normal search and we do not have any dedicated algorithm to improve it. Warning: if you didn't set keep_all_feasible_solutions_in_presolve, then these domains might exclude valid feasible solution. Otherwise for a feasibility problem, all feasible solution should be there. Warning: For an optimization problem, these will correspond to valid bounds for the problem of finding an improving solution to the best one found so far. It might be better to solve a feasibility version if one just want to explore the feasible region.
repeated .operations_research.sat.IntegerVariableProto tightened_variables = 21;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 336 of file CpSolverResponse.java.
java.util.List< com.google.ortools.sat.IntegerVariableProto > com.google.ortools.sat.CpSolverResponse.getTightenedVariablesList | ( | ) |
Advanced usage. If the option fill_tightened_domains_in_response is set, then this field will be a copy of the CpModelProto.variables where each domain has been reduced using the information the solver was able to derive. Note that this is only filled with the info derived during a normal search and we do not have any dedicated algorithm to improve it. Warning: if you didn't set keep_all_feasible_solutions_in_presolve, then these domains might exclude valid feasible solution. Otherwise for a feasibility problem, all feasible solution should be there. Warning: For an optimization problem, these will correspond to valid bounds for the problem of finding an improving solution to the best one found so far. It might be better to solve a feasibility version if one just want to explore the feasible region.
repeated .operations_research.sat.IntegerVariableProto tightened_variables = 21;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 283 of file CpSolverResponse.java.
com.google.ortools.sat.IntegerVariableProtoOrBuilder com.google.ortools.sat.CpSolverResponse.getTightenedVariablesOrBuilder | ( | int | index | ) |
Advanced usage. If the option fill_tightened_domains_in_response is set, then this field will be a copy of the CpModelProto.variables where each domain has been reduced using the information the solver was able to derive. Note that this is only filled with the info derived during a normal search and we do not have any dedicated algorithm to improve it. Warning: if you didn't set keep_all_feasible_solutions_in_presolve, then these domains might exclude valid feasible solution. Otherwise for a feasibility problem, all feasible solution should be there. Warning: For an optimization problem, these will correspond to valid bounds for the problem of finding an improving solution to the best one found so far. It might be better to solve a feasibility version if one just want to explore the feasible region.
repeated .operations_research.sat.IntegerVariableProto tightened_variables = 21;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 388 of file CpSolverResponse.java.
java.util.List<? extends com.google.ortools.sat.IntegerVariableProtoOrBuilder > com.google.ortools.sat.CpSolverResponse.getTightenedVariablesOrBuilderList | ( | ) |
Advanced usage. If the option fill_tightened_domains_in_response is set, then this field will be a copy of the CpModelProto.variables where each domain has been reduced using the information the solver was able to derive. Note that this is only filled with the info derived during a normal search and we do not have any dedicated algorithm to improve it. Warning: if you didn't set keep_all_feasible_solutions_in_presolve, then these domains might exclude valid feasible solution. Otherwise for a feasibility problem, all feasible solution should be there. Warning: For an optimization problem, these will correspond to valid bounds for the problem of finding an improving solution to the best one found so far. It might be better to solve a feasibility version if one just want to explore the feasible region.
repeated .operations_research.sat.IntegerVariableProto tightened_variables = 21;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 310 of file CpSolverResponse.java.
double com.google.ortools.sat.CpSolverResponse.getUserTime | ( | ) |
double user_time = 16;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 682 of file CpSolverResponse.java.
double com.google.ortools.sat.CpSolverResponse.getWallTime | ( | ) |
The time counted from the beginning of the Solve() call.
double wall_time = 15;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 671 of file CpSolverResponse.java.
int com.google.ortools.sat.CpSolverResponse.hashCode | ( | ) |
Definition at line 1104 of file CpSolverResponse.java.
boolean com.google.ortools.sat.CpSolverResponse.hasIntegerObjective | ( | ) |
Contains the integer objective optimized internally. This is only filled if the problem had a floating point objective, and on the final response, not the ones given to callbacks.
.operations_research.sat.CpObjectiveProto integer_objective = 28;
Implements com.google.ortools.sat.CpSolverResponseOrBuilder.
Definition at line 502 of file CpSolverResponse.java.
|
protected |
Definition at line 52 of file CpSolverResponse.java.
final boolean com.google.ortools.sat.CpSolverResponse.isInitialized | ( | ) |
Definition at line 812 of file CpSolverResponse.java.
|
static |
Definition at line 1263 of file CpSolverResponse.java.
|
static |
Definition at line 1266 of file CpSolverResponse.java.
Builder com.google.ortools.sat.CpSolverResponse.newBuilderForType | ( | ) |
Definition at line 1262 of file CpSolverResponse.java.
|
protected |
Definition at line 1276 of file CpSolverResponse.java.
|
static |
Definition at line 1234 of file CpSolverResponse.java.
|
static |
Definition at line 1240 of file CpSolverResponse.java.
|
static |
Definition at line 1211 of file CpSolverResponse.java.
|
static |
Definition at line 1215 of file CpSolverResponse.java.
|
static |
Definition at line 1200 of file CpSolverResponse.java.
|
static |
Definition at line 1205 of file CpSolverResponse.java.
|
static |
Definition at line 1247 of file CpSolverResponse.java.
|
static |
Definition at line 1253 of file CpSolverResponse.java.
|
static |
Definition at line 1221 of file CpSolverResponse.java.
|
static |
Definition at line 1226 of file CpSolverResponse.java.
|
static |
Definition at line 1189 of file CpSolverResponse.java.
|
static |
Definition at line 1194 of file CpSolverResponse.java.
|
static |
Definition at line 4310 of file CpSolverResponse.java.
Builder com.google.ortools.sat.CpSolverResponse.toBuilder | ( | ) |
Definition at line 1270 of file CpSolverResponse.java.
void com.google.ortools.sat.CpSolverResponse.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 822 of file CpSolverResponse.java.
|
static |
Definition at line 171 of file CpSolverResponse.java.
|
static |
Definition at line 154 of file CpSolverResponse.java.
|
static |
Definition at line 686 of file CpSolverResponse.java.
|
static |
Definition at line 697 of file CpSolverResponse.java.
|
static |
Definition at line 533 of file CpSolverResponse.java.
|
static |
Definition at line 489 of file CpSolverResponse.java.
|
static |
Definition at line 616 of file CpSolverResponse.java.
|
static |
Definition at line 572 of file CpSolverResponse.java.
|
static |
Definition at line 605 of file CpSolverResponse.java.
|
static |
Definition at line 594 of file CpSolverResponse.java.
|
static |
Definition at line 583 of file CpSolverResponse.java.
|
static |
Definition at line 627 of file CpSolverResponse.java.
|
static |
Definition at line 553 of file CpSolverResponse.java.
|
static |
Definition at line 649 of file CpSolverResponse.java.
|
static |
Definition at line 638 of file CpSolverResponse.java.
|
static |
Definition at line 136 of file CpSolverResponse.java.
|
static |
Definition at line 85 of file CpSolverResponse.java.
|
static |
Definition at line 712 of file CpSolverResponse.java.
|
static |
Definition at line 761 of file CpSolverResponse.java.
|
static |
Definition at line 59 of file CpSolverResponse.java.
|
static |
Definition at line 393 of file CpSolverResponse.java.
|
static |
Definition at line 257 of file CpSolverResponse.java.
|
static |
Definition at line 675 of file CpSolverResponse.java.
|
static |
Definition at line 660 of file CpSolverResponse.java.