Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
Public Member Functions | |
boolean | hasModel () |
com.google.ortools.sat.CpModelProto | getModel () |
com.google.ortools.sat.CpModelProtoOrBuilder | getModelOrBuilder () |
boolean | hasParameters () |
com.google.ortools.sat.SatParameters | getParameters () |
com.google.ortools.sat.SatParametersOrBuilder | getParametersOrBuilder () |
final boolean | isInitialized () |
void | writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException |
int | getSerializedSize () |
boolean | equals (final java.lang.Object obj) |
int | hashCode () |
Builder | newBuilderForType () |
Builder | toBuilder () |
com.google.protobuf.Parser< CpSolverRequest > | getParserForType () |
com.google.ortools.sat.v1.CpSolverRequest | getDefaultInstanceForType () |
Public Member Functions inherited from com.google.ortools.sat.v1.CpSolverRequestOrBuilder |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.sat.v1.CpSolverRequest | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.v1.CpSolverRequest | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.v1.CpSolverRequest | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.v1.CpSolverRequest | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.v1.CpSolverRequest | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.v1.CpSolverRequest | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.sat.v1.CpSolverRequest | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.sat.v1.CpSolverRequest | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.sat.v1.CpSolverRequest | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.sat.v1.CpSolverRequest | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.sat.v1.CpSolverRequest | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.sat.v1.CpSolverRequest | 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.v1.CpSolverRequest prototype) |
static com.google.ortools.sat.v1.CpSolverRequest | getDefaultInstance () |
static com.google.protobuf.Parser< CpSolverRequest > | parser () |
Static Public Attributes | |
static final int | MODEL_FIELD_NUMBER = 1 |
static final int | PARAMETERS_FIELD_NUMBER = 3 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
The request sent to the remote solve service.
Protobuf type operations_research.sat.v1.CpSolverRequest
Definition at line 14 of file CpSolverRequest.java.
boolean com.google.ortools.sat.v1.CpSolverRequest.equals | ( | final java.lang.Object | obj | ) |
Definition at line 168 of file CpSolverRequest.java.
|
static |
Definition at line 805 of file CpSolverRequest.java.
com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.getDefaultInstanceForType | ( | ) |
Definition at line 841 of file CpSolverRequest.java.
|
static |
Definition at line 36 of file CpSolverRequest.java.
com.google.ortools.sat.CpModelProto com.google.ortools.sat.v1.CpSolverRequest.getModel | ( | ) |
The model to solve.
.operations_research.sat.CpModelProto model = 1;
Implements com.google.ortools.sat.v1.CpSolverRequestOrBuilder.
Definition at line 72 of file CpSolverRequest.java.
com.google.ortools.sat.CpModelProtoOrBuilder com.google.ortools.sat.v1.CpSolverRequest.getModelOrBuilder | ( | ) |
The model to solve.
.operations_research.sat.CpModelProto model = 1;
Implements com.google.ortools.sat.v1.CpSolverRequestOrBuilder.
Definition at line 83 of file CpSolverRequest.java.
com.google.ortools.sat.SatParameters com.google.ortools.sat.v1.CpSolverRequest.getParameters | ( | ) |
Solver parameters.
.operations_research.sat.SatParameters parameters = 3;
Implements com.google.ortools.sat.v1.CpSolverRequestOrBuilder.
Definition at line 110 of file CpSolverRequest.java.
com.google.ortools.sat.SatParametersOrBuilder com.google.ortools.sat.v1.CpSolverRequest.getParametersOrBuilder | ( | ) |
Solver parameters.
.operations_research.sat.SatParameters parameters = 3;
Implements com.google.ortools.sat.v1.CpSolverRequestOrBuilder.
Definition at line 121 of file CpSolverRequest.java.
com.google.protobuf.Parser< CpSolverRequest > com.google.ortools.sat.v1.CpSolverRequest.getParserForType | ( | ) |
Definition at line 836 of file CpSolverRequest.java.
int com.google.ortools.sat.v1.CpSolverRequest.getSerializedSize | ( | ) |
Definition at line 149 of file CpSolverRequest.java.
int com.google.ortools.sat.v1.CpSolverRequest.hashCode | ( | ) |
Definition at line 192 of file CpSolverRequest.java.
boolean com.google.ortools.sat.v1.CpSolverRequest.hasModel | ( | ) |
The model to solve.
.operations_research.sat.CpModelProto model = 1;
Implements com.google.ortools.sat.v1.CpSolverRequestOrBuilder.
Definition at line 60 of file CpSolverRequest.java.
boolean com.google.ortools.sat.v1.CpSolverRequest.hasParameters | ( | ) |
Solver parameters.
.operations_research.sat.SatParameters parameters = 3;
Implements com.google.ortools.sat.v1.CpSolverRequestOrBuilder.
Definition at line 98 of file CpSolverRequest.java.
|
protected |
Definition at line 42 of file CpSolverRequest.java.
final boolean com.google.ortools.sat.v1.CpSolverRequest.isInitialized | ( | ) |
Definition at line 127 of file CpSolverRequest.java.
|
static |
Definition at line 285 of file CpSolverRequest.java.
|
static |
Definition at line 288 of file CpSolverRequest.java.
Builder com.google.ortools.sat.v1.CpSolverRequest.newBuilderForType | ( | ) |
Definition at line 284 of file CpSolverRequest.java.
|
protected |
Definition at line 298 of file CpSolverRequest.java.
|
static |
Definition at line 256 of file CpSolverRequest.java.
|
static |
Definition at line 262 of file CpSolverRequest.java.
|
static |
Definition at line 233 of file CpSolverRequest.java.
|
static |
Definition at line 237 of file CpSolverRequest.java.
|
static |
Definition at line 222 of file CpSolverRequest.java.
|
static |
Definition at line 227 of file CpSolverRequest.java.
|
static |
Definition at line 269 of file CpSolverRequest.java.
|
static |
Definition at line 275 of file CpSolverRequest.java.
|
static |
Definition at line 243 of file CpSolverRequest.java.
|
static |
Definition at line 248 of file CpSolverRequest.java.
|
static |
Definition at line 211 of file CpSolverRequest.java.
|
static |
Definition at line 216 of file CpSolverRequest.java.
|
static |
Definition at line 831 of file CpSolverRequest.java.
Builder com.google.ortools.sat.v1.CpSolverRequest.toBuilder | ( | ) |
Definition at line 292 of file CpSolverRequest.java.
void com.google.ortools.sat.v1.CpSolverRequest.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 137 of file CpSolverRequest.java.
|
static |
Definition at line 49 of file CpSolverRequest.java.
|
static |
Definition at line 87 of file CpSolverRequest.java.