![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Internal parameters of the solver.
Protobuf enum operations_research.ConstraintSolverParameters.TrailCompression
Definition at line 60 of file ConstraintSolverParameters.java.
Public Member Functions | |
| final int | getNumber () |
| final com.google.protobuf.Descriptors.EnumValueDescriptor | getValueDescriptor () |
| final com.google.protobuf.Descriptors.EnumDescriptor | getDescriptorForType () |
Static Public Member Functions | |
| [static initializer] | |
| static TrailCompression | valueOf (int value) |
| static TrailCompression | forNumber (int value) |
| static com.google.protobuf.Internal.EnumLiteMap< TrailCompression > | internalGetValueMap () |
| static com.google.protobuf.Descriptors.EnumDescriptor | getDescriptor () |
| static TrailCompression | valueOf (com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Public Attributes | |
| NO_COMPRESSION =(0) | |
| COMPRESS_WITH_ZLIB =(1) | |
| UNRECOGNIZED =(-1) | |
Static Public Attributes | |
| static final int | NO_COMPRESSION_VALUE = 0 |
| static final int | COMPRESS_WITH_ZLIB_VALUE = 1 |
|
static |
|
static |
| value | The numeric wire value of the corresponding enum entry. |
Definition at line 114 of file ConstraintSolverParameters.java.
|
static |
Definition at line 147 of file ConstraintSolverParameters.java.
| final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression.getDescriptorForType | ( | ) |
Definition at line 143 of file ConstraintSolverParameters.java.
| final int com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression.getNumber | ( | ) |
Definition at line 92 of file ConstraintSolverParameters.java.
| final com.google.protobuf.Descriptors.EnumValueDescriptor com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression.getValueDescriptor | ( | ) |
Definition at line 135 of file ConstraintSolverParameters.java.
|
static |
Definition at line 123 of file ConstraintSolverParameters.java.
|
static |
Definition at line 153 of file ConstraintSolverParameters.java.
|
static |
| value | The numeric wire value of the corresponding enum entry. |
forNumber(int) instead. Definition at line 106 of file ConstraintSolverParameters.java.
| com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression.COMPRESS_WITH_ZLIB =(1) |
COMPRESS_WITH_ZLIB = 1;
Definition at line 69 of file ConstraintSolverParameters.java.
|
static |
COMPRESS_WITH_ZLIB = 1;
Definition at line 89 of file ConstraintSolverParameters.java.
| com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression.NO_COMPRESSION =(0) |
NO_COMPRESSION = 0;
Definition at line 65 of file ConstraintSolverParameters.java.
|
static |
NO_COMPRESSION = 0;
Definition at line 85 of file ConstraintSolverParameters.java.
| com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression.UNRECOGNIZED =(-1) |
Definition at line 70 of file ConstraintSolverParameters.java.