![]() |
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.pdlp.SolveLog | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.pdlp.SolveLog | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.pdlp.SolveLog | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.pdlp.SolveLog | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.pdlp.SolveLog | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.pdlp.SolveLog | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.pdlp.SolveLog | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.pdlp.SolveLog | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.pdlp.SolveLog | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.pdlp.SolveLog | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.pdlp.SolveLog | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.pdlp.SolveLog | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static Builder | newBuilder () |
static Builder | newBuilder (com.google.ortools.pdlp.SolveLog prototype) |
static com.google.ortools.pdlp.SolveLog | getDefaultInstance () |
static com.google.protobuf.Parser< SolveLog > | parser () |
Static Public Attributes | |
static final int | INSTANCE_NAME_FIELD_NUMBER = 1 |
static final int | PARAMS_FIELD_NUMBER = 14 |
static final int | TERMINATION_REASON_FIELD_NUMBER = 3 |
static final int | TERMINATION_STRING_FIELD_NUMBER = 4 |
static final int | ITERATION_COUNT_FIELD_NUMBER = 5 |
static final int | PREPROCESSING_TIME_SEC_FIELD_NUMBER = 13 |
static final int | SOLVE_TIME_SEC_FIELD_NUMBER = 6 |
static final int | SOLUTION_STATS_FIELD_NUMBER = 8 |
static final int | SOLUTION_TYPE_FIELD_NUMBER = 10 |
static final int | ITERATION_STATS_FIELD_NUMBER = 7 |
static final int | ORIGINAL_PROBLEM_STATS_FIELD_NUMBER = 11 |
static final int | PREPROCESSED_PROBLEM_STATS_FIELD_NUMBER = 12 |
static final int | FEASIBILITY_POLISHING_DETAILS_FIELD_NUMBER = 15 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Protobuf type operations_research.pdlp.SolveLog
Definition at line 11 of file SolveLog.java.
boolean com.google.ortools.pdlp.SolveLog.equals | ( | final java.lang.Object | obj | ) |
Definition at line 795 of file SolveLog.java.
|
static |
Definition at line 3496 of file SolveLog.java.
com.google.ortools.pdlp.SolveLog com.google.ortools.pdlp.SolveLog.getDefaultInstanceForType | ( | ) |
Definition at line 3532 of file SolveLog.java.
|
static |
Definition at line 39 of file SolveLog.java.
com.google.ortools.pdlp.FeasibilityPolishingDetails com.google.ortools.pdlp.SolveLog.getFeasibilityPolishingDetails | ( | int | index | ) |
If solving with `use_feasibility_polishing`, details about the primal and dual feasibility polishing phases.
repeated .operations_research.pdlp.FeasibilityPolishingDetails feasibility_polishing_details = 15;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 660 of file SolveLog.java.
int com.google.ortools.pdlp.SolveLog.getFeasibilityPolishingDetailsCount | ( | ) |
If solving with `use_feasibility_polishing`, details about the primal and dual feasibility polishing phases.
repeated .operations_research.pdlp.FeasibilityPolishingDetails feasibility_polishing_details = 15;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 648 of file SolveLog.java.
java.util.List< com.google.ortools.pdlp.FeasibilityPolishingDetails > com.google.ortools.pdlp.SolveLog.getFeasibilityPolishingDetailsList | ( | ) |
If solving with `use_feasibility_polishing`, details about the primal and dual feasibility polishing phases.
repeated .operations_research.pdlp.FeasibilityPolishingDetails feasibility_polishing_details = 15;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 623 of file SolveLog.java.
com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder com.google.ortools.pdlp.SolveLog.getFeasibilityPolishingDetailsOrBuilder | ( | int | index | ) |
If solving with `use_feasibility_polishing`, details about the primal and dual feasibility polishing phases.
repeated .operations_research.pdlp.FeasibilityPolishingDetails feasibility_polishing_details = 15;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 672 of file SolveLog.java.
java.util.List<? extends com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder > com.google.ortools.pdlp.SolveLog.getFeasibilityPolishingDetailsOrBuilderList | ( | ) |
If solving with `use_feasibility_polishing`, details about the primal and dual feasibility polishing phases.
repeated .operations_research.pdlp.FeasibilityPolishingDetails feasibility_polishing_details = 15;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 636 of file SolveLog.java.
java.lang.String com.google.ortools.pdlp.SolveLog.getInstanceName | ( | ) |
The name of the optimization problem.
optional string instance_name = 1;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 76 of file SolveLog.java.
com.google.protobuf.ByteString com.google.ortools.pdlp.SolveLog.getInstanceNameBytes | ( | ) |
The name of the optimization problem.
optional string instance_name = 1;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 100 of file SolveLog.java.
int com.google.ortools.pdlp.SolveLog.getIterationCount | ( | ) |
The total number of iterations during the solve. For a solve with `use_feasibility_polishing` this count includes the iterations from the feasibility polishing phases.
optional int32 iteration_count = 5;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 265 of file SolveLog.java.
com.google.ortools.pdlp.IterationStats com.google.ortools.pdlp.SolveLog.getIterationStats | ( | int | index | ) |
A history of iteration stats for the solve. The iteration_number fields should be in increasing order. The frequency at which these stats should be recorded is not specified. This field is "more" optional than the others because it often significantly increases the size of the message, and because the information may not be available for third-party solvers. For a solve with `use_feasibility_polishing`, these iteration stats will only reflect the work done in the main iterations (not the feasibility polishing phases).
repeated .operations_research.pdlp.IterationStats iteration_stats = 7;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 512 of file SolveLog.java.
int com.google.ortools.pdlp.SolveLog.getIterationStatsCount | ( | ) |
A history of iteration stats for the solve. The iteration_number fields should be in increasing order. The frequency at which these stats should be recorded is not specified. This field is "more" optional than the others because it often significantly increases the size of the message, and because the information may not be available for third-party solvers. For a solve with `use_feasibility_polishing`, these iteration stats will only reflect the work done in the main iterations (not the feasibility polishing phases).
repeated .operations_research.pdlp.IterationStats iteration_stats = 7;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 494 of file SolveLog.java.
java.util.List< com.google.ortools.pdlp.IterationStats > com.google.ortools.pdlp.SolveLog.getIterationStatsList | ( | ) |
A history of iteration stats for the solve. The iteration_number fields should be in increasing order. The frequency at which these stats should be recorded is not specified. This field is "more" optional than the others because it often significantly increases the size of the message, and because the information may not be available for third-party solvers. For a solve with `use_feasibility_polishing`, these iteration stats will only reflect the work done in the main iterations (not the feasibility polishing phases).
repeated .operations_research.pdlp.IterationStats iteration_stats = 7;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 457 of file SolveLog.java.
com.google.ortools.pdlp.IterationStatsOrBuilder com.google.ortools.pdlp.SolveLog.getIterationStatsOrBuilder | ( | int | index | ) |
A history of iteration stats for the solve. The iteration_number fields should be in increasing order. The frequency at which these stats should be recorded is not specified. This field is "more" optional than the others because it often significantly increases the size of the message, and because the information may not be available for third-party solvers. For a solve with `use_feasibility_polishing`, these iteration stats will only reflect the work done in the main iterations (not the feasibility polishing phases).
repeated .operations_research.pdlp.IterationStats iteration_stats = 7;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 530 of file SolveLog.java.
java.util.List<? extends com.google.ortools.pdlp.IterationStatsOrBuilder > com.google.ortools.pdlp.SolveLog.getIterationStatsOrBuilderList | ( | ) |
A history of iteration stats for the solve. The iteration_number fields should be in increasing order. The frequency at which these stats should be recorded is not specified. This field is "more" optional than the others because it often significantly increases the size of the message, and because the information may not be available for third-party solvers. For a solve with `use_feasibility_polishing`, these iteration stats will only reflect the work done in the main iterations (not the feasibility polishing phases).
repeated .operations_research.pdlp.IterationStats iteration_stats = 7;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 476 of file SolveLog.java.
com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.SolveLog.getOriginalProblemStats | ( | ) |
Statistics of the original problem.
optional .operations_research.pdlp.QuadraticProgramStats original_problem_stats = 11;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 558 of file SolveLog.java.
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder com.google.ortools.pdlp.SolveLog.getOriginalProblemStatsOrBuilder | ( | ) |
Statistics of the original problem.
optional .operations_research.pdlp.QuadraticProgramStats original_problem_stats = 11;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 569 of file SolveLog.java.
com.google.ortools.pdlp.PrimalDualHybridGradientParams com.google.ortools.pdlp.SolveLog.getParams | ( | ) |
If solved with PDLP, the parameters for this solve.
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 14;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 136 of file SolveLog.java.
com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder com.google.ortools.pdlp.SolveLog.getParamsOrBuilder | ( | ) |
If solved with PDLP, the parameters for this solve.
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 14;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 147 of file SolveLog.java.
com.google.protobuf.Parser< SolveLog > com.google.ortools.pdlp.SolveLog.getParserForType | ( | ) |
Definition at line 3527 of file SolveLog.java.
com.google.ortools.pdlp.QuadraticProgramStats com.google.ortools.pdlp.SolveLog.getPreprocessedProblemStats | ( | ) |
Statistics of the problem after preprocessing.
optional .operations_research.pdlp.QuadraticProgramStats preprocessed_problem_stats = 12;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 596 of file SolveLog.java.
com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder com.google.ortools.pdlp.SolveLog.getPreprocessedProblemStatsOrBuilder | ( | ) |
Statistics of the problem after preprocessing.
optional .operations_research.pdlp.QuadraticProgramStats preprocessed_problem_stats = 12;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 607 of file SolveLog.java.
double com.google.ortools.pdlp.SolveLog.getPreprocessingTimeSec | ( | ) |
Time for preprocessing (everything before iteration 0). This is also included in `solve_time_sec`.
optional double preprocessing_time_sec = 13;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 294 of file SolveLog.java.
int com.google.ortools.pdlp.SolveLog.getSerializedSize | ( | ) |
Definition at line 734 of file SolveLog.java.
com.google.ortools.pdlp.IterationStats com.google.ortools.pdlp.SolveLog.getSolutionStats | ( | ) |
The `IterationStats` for the final iteration of the solver. For a solve with `use_feasibility_polishing`, the work metrics (iteration_count, cumulative_kkt_matrix_passes, etc.) will include the work done in the feasibility polishing phases. NOTE: Regardless of preprocessing (i.e. scaling or presolve) the optimality or infeasibility information is evaluated with respect to the original problem.
optional .operations_research.pdlp.IterationStats solution_stats = 8;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 366 of file SolveLog.java.
com.google.ortools.pdlp.IterationStatsOrBuilder com.google.ortools.pdlp.SolveLog.getSolutionStatsOrBuilder | ( | ) |
The `IterationStats` for the final iteration of the solver. For a solve with `use_feasibility_polishing`, the work metrics (iteration_count, cumulative_kkt_matrix_passes, etc.) will include the work done in the feasibility polishing phases. NOTE: Regardless of preprocessing (i.e. scaling or presolve) the optimality or infeasibility information is evaluated with respect to the original problem.
optional .operations_research.pdlp.IterationStats solution_stats = 8;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 383 of file SolveLog.java.
com.google.ortools.pdlp.PointType com.google.ortools.pdlp.SolveLog.getSolutionType | ( | ) |
The type of the output point that the solver returned. The quality of the point is reported in the corresponding entry of solution_stats.convergence_information and/or solution_stats.infeasibility_information. If termination_reason is TERMINATION_REASON_OPTIMAL, it's guaranteed that the corresponding entry of solution_stats.convergence_information satisfies the optimality conditions. Similarly, if termination_reason is either TERMINATION_REASON_PRIMAL_INFEASIBLE or TERMINATION_REASON_DUAL_INFEASIBLE the corresponding entry of solution_stats.infeasibility_information satisifes conditions for declaring primal or dual infeasibility, respectively. If termination_reason is anything else, e.g. TERMINATION_REASON_TIME_LIMIT or TERMINATION_REASON_PRIMAL_OR_DUAL_INFEASIBLE, the solution may not satisfy the optimality or infeasibility conditions.
optional .operations_research.pdlp.PointType solution_type = 10;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 434 of file SolveLog.java.
double com.google.ortools.pdlp.SolveLog.getSolveTimeSec | ( | ) |
The runtime of the solve. Note: This should not be used for comparing methods unless care is taken to control for noise in runtime measurement. For a solve with `use_feasibility_polishing` this count includes the iterations from the feasibility polishing phases.
optional double solve_time_sec = 6;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 327 of file SolveLog.java.
com.google.ortools.pdlp.TerminationReason com.google.ortools.pdlp.SolveLog.getTerminationReason | ( | ) |
The reason that the solve terminated.
optional .operations_research.pdlp.TerminationReason termination_reason = 3;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 172 of file SolveLog.java.
java.lang.String com.google.ortools.pdlp.SolveLog.getTerminationString | ( | ) |
Optional extra information about the termination reason.
optional string termination_string = 4;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 201 of file SolveLog.java.
com.google.protobuf.ByteString com.google.ortools.pdlp.SolveLog.getTerminationStringBytes | ( | ) |
Optional extra information about the termination reason.
optional string termination_string = 4;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 225 of file SolveLog.java.
int com.google.ortools.pdlp.SolveLog.hashCode | ( | ) |
Definition at line 868 of file SolveLog.java.
boolean com.google.ortools.pdlp.SolveLog.hasInstanceName | ( | ) |
The name of the optimization problem.
optional string instance_name = 1;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 64 of file SolveLog.java.
boolean com.google.ortools.pdlp.SolveLog.hasIterationCount | ( | ) |
The total number of iterations during the solve. For a solve with `use_feasibility_polishing` this count includes the iterations from the feasibility polishing phases.
optional int32 iteration_count = 5;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 251 of file SolveLog.java.
boolean com.google.ortools.pdlp.SolveLog.hasOriginalProblemStats | ( | ) |
Statistics of the original problem.
optional .operations_research.pdlp.QuadraticProgramStats original_problem_stats = 11;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 546 of file SolveLog.java.
boolean com.google.ortools.pdlp.SolveLog.hasParams | ( | ) |
If solved with PDLP, the parameters for this solve.
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 14;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 124 of file SolveLog.java.
boolean com.google.ortools.pdlp.SolveLog.hasPreprocessedProblemStats | ( | ) |
Statistics of the problem after preprocessing.
optional .operations_research.pdlp.QuadraticProgramStats preprocessed_problem_stats = 12;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 584 of file SolveLog.java.
boolean com.google.ortools.pdlp.SolveLog.hasPreprocessingTimeSec | ( | ) |
Time for preprocessing (everything before iteration 0). This is also included in `solve_time_sec`.
optional double preprocessing_time_sec = 13;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 281 of file SolveLog.java.
boolean com.google.ortools.pdlp.SolveLog.hasSolutionStats | ( | ) |
The `IterationStats` for the final iteration of the solver. For a solve with `use_feasibility_polishing`, the work metrics (iteration_count, cumulative_kkt_matrix_passes, etc.) will include the work done in the feasibility polishing phases. NOTE: Regardless of preprocessing (i.e. scaling or presolve) the optimality or infeasibility information is evaluated with respect to the original problem.
optional .operations_research.pdlp.IterationStats solution_stats = 8;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 348 of file SolveLog.java.
boolean com.google.ortools.pdlp.SolveLog.hasSolutionType | ( | ) |
The type of the output point that the solver returned. The quality of the point is reported in the corresponding entry of solution_stats.convergence_information and/or solution_stats.infeasibility_information. If termination_reason is TERMINATION_REASON_OPTIMAL, it's guaranteed that the corresponding entry of solution_stats.convergence_information satisfies the optimality conditions. Similarly, if termination_reason is either TERMINATION_REASON_PRIMAL_INFEASIBLE or TERMINATION_REASON_DUAL_INFEASIBLE the corresponding entry of solution_stats.infeasibility_information satisifes conditions for declaring primal or dual infeasibility, respectively. If termination_reason is anything else, e.g. TERMINATION_REASON_TIME_LIMIT or TERMINATION_REASON_PRIMAL_OR_DUAL_INFEASIBLE, the solution may not satisfy the optimality or infeasibility conditions.
optional .operations_research.pdlp.PointType solution_type = 10;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 410 of file SolveLog.java.
boolean com.google.ortools.pdlp.SolveLog.hasSolveTimeSec | ( | ) |
The runtime of the solve. Note: This should not be used for comparing methods unless care is taken to control for noise in runtime measurement. For a solve with `use_feasibility_polishing` this count includes the iterations from the feasibility polishing phases.
optional double solve_time_sec = 6;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 312 of file SolveLog.java.
boolean com.google.ortools.pdlp.SolveLog.hasTerminationReason | ( | ) |
The reason that the solve terminated.
optional .operations_research.pdlp.TerminationReason termination_reason = 3;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 161 of file SolveLog.java.
boolean com.google.ortools.pdlp.SolveLog.hasTerminationString | ( | ) |
Optional extra information about the termination reason.
optional string termination_string = 4;
Implements com.google.ortools.pdlp.SolveLogOrBuilder.
Definition at line 189 of file SolveLog.java.
|
protected |
Definition at line 45 of file SolveLog.java.
final boolean com.google.ortools.pdlp.SolveLog.isInitialized | ( | ) |
Definition at line 679 of file SolveLog.java.
|
static |
Definition at line 1007 of file SolveLog.java.
|
static |
Definition at line 1010 of file SolveLog.java.
Builder com.google.ortools.pdlp.SolveLog.newBuilderForType | ( | ) |
Definition at line 1006 of file SolveLog.java.
|
protected |
Definition at line 1020 of file SolveLog.java.
|
static |
Definition at line 978 of file SolveLog.java.
|
static |
Definition at line 984 of file SolveLog.java.
|
static |
Definition at line 955 of file SolveLog.java.
|
static |
Definition at line 959 of file SolveLog.java.
|
static |
Definition at line 944 of file SolveLog.java.
|
static |
Definition at line 949 of file SolveLog.java.
|
static |
Definition at line 991 of file SolveLog.java.
|
static |
Definition at line 997 of file SolveLog.java.
|
static |
Definition at line 965 of file SolveLog.java.
|
static |
Definition at line 970 of file SolveLog.java.
|
static |
Definition at line 933 of file SolveLog.java.
|
static |
Definition at line 938 of file SolveLog.java.
|
static |
Definition at line 3522 of file SolveLog.java.
Builder com.google.ortools.pdlp.SolveLog.toBuilder | ( | ) |
Definition at line 1014 of file SolveLog.java.
void com.google.ortools.pdlp.SolveLog.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 689 of file SolveLog.java.
|
static |
Definition at line 611 of file SolveLog.java.
|
static |
Definition at line 52 of file SolveLog.java.
|
static |
Definition at line 238 of file SolveLog.java.
|
static |
Definition at line 439 of file SolveLog.java.
|
static |
Definition at line 535 of file SolveLog.java.
|
static |
Definition at line 113 of file SolveLog.java.
|
static |
Definition at line 573 of file SolveLog.java.
|
static |
Definition at line 269 of file SolveLog.java.
|
static |
Definition at line 331 of file SolveLog.java.
|
static |
Definition at line 387 of file SolveLog.java.
|
static |
Definition at line 298 of file SolveLog.java.
|
static |
Definition at line 151 of file SolveLog.java.
|
static |
Definition at line 177 of file SolveLog.java.