Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.sat.v1.CpSolverRequest Class Reference
Inheritance diagram for com.google.ortools.sat.v1.CpSolverRequest:
com.google.ortools.sat.v1.CpSolverRequestOrBuilder

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< CpSolverRequestgetParserForType ()
 
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< CpSolverRequestparser ()
 

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)
 

Detailed Description

The request sent to the remote solve service.

Protobuf type operations_research.sat.v1.CpSolverRequest

Definition at line 14 of file CpSolverRequest.java.

Member Function Documentation

◆ equals()

boolean com.google.ortools.sat.v1.CpSolverRequest.equals ( final java.lang.Object obj)

Definition at line 168 of file CpSolverRequest.java.

◆ getDefaultInstance()

static com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.getDefaultInstance ( )
static

Definition at line 805 of file CpSolverRequest.java.

◆ getDefaultInstanceForType()

com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.getDefaultInstanceForType ( )

Definition at line 841 of file CpSolverRequest.java.

◆ getDescriptor()

static final com.google.protobuf.Descriptors.Descriptor com.google.ortools.sat.v1.CpSolverRequest.getDescriptor ( )
static

Definition at line 36 of file CpSolverRequest.java.

◆ getModel()

com.google.ortools.sat.CpModelProto com.google.ortools.sat.v1.CpSolverRequest.getModel ( )
The model to solve.

.operations_research.sat.CpModelProto model = 1;

Returns
The model.

Implements com.google.ortools.sat.v1.CpSolverRequestOrBuilder.

Definition at line 72 of file CpSolverRequest.java.

◆ getModelOrBuilder()

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.

◆ getParameters()

com.google.ortools.sat.SatParameters com.google.ortools.sat.v1.CpSolverRequest.getParameters ( )
Solver parameters.

.operations_research.sat.SatParameters parameters = 3;

Returns
The parameters.

Implements com.google.ortools.sat.v1.CpSolverRequestOrBuilder.

Definition at line 110 of file CpSolverRequest.java.

◆ getParametersOrBuilder()

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.

◆ getParserForType()

com.google.protobuf.Parser< CpSolverRequest > com.google.ortools.sat.v1.CpSolverRequest.getParserForType ( )

Definition at line 836 of file CpSolverRequest.java.

◆ getSerializedSize()

int com.google.ortools.sat.v1.CpSolverRequest.getSerializedSize ( )

Definition at line 149 of file CpSolverRequest.java.

◆ hashCode()

int com.google.ortools.sat.v1.CpSolverRequest.hashCode ( )

Definition at line 192 of file CpSolverRequest.java.

◆ hasModel()

boolean com.google.ortools.sat.v1.CpSolverRequest.hasModel ( )
The model to solve.

.operations_research.sat.CpModelProto model = 1;

Returns
Whether the model field is set.

Implements com.google.ortools.sat.v1.CpSolverRequestOrBuilder.

Definition at line 60 of file CpSolverRequest.java.

◆ hasParameters()

boolean com.google.ortools.sat.v1.CpSolverRequest.hasParameters ( )
Solver parameters.

.operations_research.sat.SatParameters parameters = 3;

Returns
Whether the parameters field is set.

Implements com.google.ortools.sat.v1.CpSolverRequestOrBuilder.

Definition at line 98 of file CpSolverRequest.java.

◆ internalGetFieldAccessorTable()

com.google.protobuf.GeneratedMessage.FieldAccessorTable com.google.ortools.sat.v1.CpSolverRequest.internalGetFieldAccessorTable ( )
protected

Definition at line 42 of file CpSolverRequest.java.

◆ isInitialized()

final boolean com.google.ortools.sat.v1.CpSolverRequest.isInitialized ( )

Definition at line 127 of file CpSolverRequest.java.

◆ newBuilder() [1/2]

static Builder com.google.ortools.sat.v1.CpSolverRequest.newBuilder ( )
static

Definition at line 285 of file CpSolverRequest.java.

◆ newBuilder() [2/2]

static Builder com.google.ortools.sat.v1.CpSolverRequest.newBuilder ( com.google.ortools.sat.v1.CpSolverRequest prototype)
static

Definition at line 288 of file CpSolverRequest.java.

◆ newBuilderForType() [1/2]

Builder com.google.ortools.sat.v1.CpSolverRequest.newBuilderForType ( )

Definition at line 284 of file CpSolverRequest.java.

◆ newBuilderForType() [2/2]

Builder com.google.ortools.sat.v1.CpSolverRequest.newBuilderForType ( com.google.protobuf.GeneratedMessage.BuilderParent parent)
protected

Definition at line 298 of file CpSolverRequest.java.

◆ parseDelimitedFrom() [1/2]

static com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.parseDelimitedFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 256 of file CpSolverRequest.java.

◆ parseDelimitedFrom() [2/2]

static com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.parseDelimitedFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 262 of file CpSolverRequest.java.

◆ parseFrom() [1/10]

static com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.parseFrom ( byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 233 of file CpSolverRequest.java.

◆ parseFrom() [2/10]

static com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.parseFrom ( byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 237 of file CpSolverRequest.java.

◆ parseFrom() [3/10]

static com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.parseFrom ( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 222 of file CpSolverRequest.java.

◆ parseFrom() [4/10]

static com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.parseFrom ( com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 227 of file CpSolverRequest.java.

◆ parseFrom() [5/10]

static com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.parseFrom ( com.google.protobuf.CodedInputStream input) throws java.io.IOException
static

Definition at line 269 of file CpSolverRequest.java.

◆ parseFrom() [6/10]

static com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.parseFrom ( com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 275 of file CpSolverRequest.java.

◆ parseFrom() [7/10]

static com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.parseFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 243 of file CpSolverRequest.java.

◆ parseFrom() [8/10]

static com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.parseFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 248 of file CpSolverRequest.java.

◆ parseFrom() [9/10]

static com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.parseFrom ( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 211 of file CpSolverRequest.java.

◆ parseFrom() [10/10]

static com.google.ortools.sat.v1.CpSolverRequest com.google.ortools.sat.v1.CpSolverRequest.parseFrom ( java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 216 of file CpSolverRequest.java.

◆ parser()

static com.google.protobuf.Parser< CpSolverRequest > com.google.ortools.sat.v1.CpSolverRequest.parser ( )
static

Definition at line 831 of file CpSolverRequest.java.

◆ toBuilder()

Builder com.google.ortools.sat.v1.CpSolverRequest.toBuilder ( )

Definition at line 292 of file CpSolverRequest.java.

◆ writeTo()

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.

Member Data Documentation

◆ MODEL_FIELD_NUMBER

final int com.google.ortools.sat.v1.CpSolverRequest.MODEL_FIELD_NUMBER = 1
static

Definition at line 49 of file CpSolverRequest.java.

◆ PARAMETERS_FIELD_NUMBER

final int com.google.ortools.sat.v1.CpSolverRequest.PARAMETERS_FIELD_NUMBER = 3
static

Definition at line 87 of file CpSolverRequest.java.


The documentation for this class was generated from the following file: