Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
enum | ProblemType |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.graph.FlowModelProto | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.graph.FlowModelProto | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.graph.FlowModelProto | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.graph.FlowModelProto | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.graph.FlowModelProto | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.graph.FlowModelProto | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.graph.FlowModelProto | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.graph.FlowModelProto | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.graph.FlowModelProto | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.graph.FlowModelProto | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.graph.FlowModelProto | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.graph.FlowModelProto | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static Builder | newBuilder () |
static Builder | newBuilder (com.google.ortools.graph.FlowModelProto prototype) |
static com.google.ortools.graph.FlowModelProto | getDefaultInstance () |
static com.google.protobuf.Parser< FlowModelProto > | parser () |
Static Public Attributes | |
static final int | NODES_FIELD_NUMBER = 1 |
static final int | ARCS_FIELD_NUMBER = 2 |
static final int | PROBLEM_TYPE_FIELD_NUMBER = 3 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Holds a flow problem, see NodeProto and ArcProto for more details.
Protobuf type operations_research.FlowModelProto
Definition at line 14 of file FlowModelProto.java.
boolean com.google.ortools.graph.FlowModelProto.equals | ( | final java.lang.Object | obj | ) |
Definition at line 320 of file FlowModelProto.java.
com.google.ortools.graph.FlowArcProto com.google.ortools.graph.FlowModelProto.getArcs | ( | int | index | ) |
repeated .operations_research.FlowArcProto arcs = 2;
Implements com.google.ortools.graph.FlowModelProtoOrBuilder.
Definition at line 240 of file FlowModelProto.java.
int com.google.ortools.graph.FlowModelProto.getArcsCount | ( | ) |
repeated .operations_research.FlowArcProto arcs = 2;
Implements com.google.ortools.graph.FlowModelProtoOrBuilder.
Definition at line 233 of file FlowModelProto.java.
java.util.List< com.google.ortools.graph.FlowArcProto > com.google.ortools.graph.FlowModelProto.getArcsList | ( | ) |
repeated .operations_research.FlowArcProto arcs = 2;
Implements com.google.ortools.graph.FlowModelProtoOrBuilder.
Definition at line 218 of file FlowModelProto.java.
com.google.ortools.graph.FlowArcProtoOrBuilder com.google.ortools.graph.FlowModelProto.getArcsOrBuilder | ( | int | index | ) |
repeated .operations_research.FlowArcProto arcs = 2;
Implements com.google.ortools.graph.FlowModelProtoOrBuilder.
Definition at line 247 of file FlowModelProto.java.
java.util.List<? extends com.google.ortools.graph.FlowArcProtoOrBuilder > com.google.ortools.graph.FlowModelProto.getArcsOrBuilderList | ( | ) |
repeated .operations_research.FlowArcProto arcs = 2;
Implements com.google.ortools.graph.FlowModelProtoOrBuilder.
Definition at line 226 of file FlowModelProto.java.
|
static |
Definition at line 1252 of file FlowModelProto.java.
com.google.ortools.graph.FlowModelProto com.google.ortools.graph.FlowModelProto.getDefaultInstanceForType | ( | ) |
Definition at line 1288 of file FlowModelProto.java.
|
static |
Definition at line 39 of file FlowModelProto.java.
com.google.ortools.graph.FlowNodeProto com.google.ortools.graph.FlowModelProto.getNodes | ( | int | index | ) |
repeated .operations_research.FlowNodeProto nodes = 1;
Implements com.google.ortools.graph.FlowModelProtoOrBuilder.
Definition at line 199 of file FlowModelProto.java.
int com.google.ortools.graph.FlowModelProto.getNodesCount | ( | ) |
repeated .operations_research.FlowNodeProto nodes = 1;
Implements com.google.ortools.graph.FlowModelProtoOrBuilder.
Definition at line 192 of file FlowModelProto.java.
java.util.List< com.google.ortools.graph.FlowNodeProto > com.google.ortools.graph.FlowModelProto.getNodesList | ( | ) |
repeated .operations_research.FlowNodeProto nodes = 1;
Implements com.google.ortools.graph.FlowModelProtoOrBuilder.
Definition at line 177 of file FlowModelProto.java.
com.google.ortools.graph.FlowNodeProtoOrBuilder com.google.ortools.graph.FlowModelProto.getNodesOrBuilder | ( | int | index | ) |
repeated .operations_research.FlowNodeProto nodes = 1;
Implements com.google.ortools.graph.FlowModelProtoOrBuilder.
Definition at line 206 of file FlowModelProto.java.
java.util.List<? extends com.google.ortools.graph.FlowNodeProtoOrBuilder > com.google.ortools.graph.FlowModelProto.getNodesOrBuilderList | ( | ) |
repeated .operations_research.FlowNodeProto nodes = 1;
Implements com.google.ortools.graph.FlowModelProtoOrBuilder.
Definition at line 185 of file FlowModelProto.java.
com.google.protobuf.Parser< FlowModelProto > com.google.ortools.graph.FlowModelProto.getParserForType | ( | ) |
Definition at line 1283 of file FlowModelProto.java.
com.google.ortools.graph.FlowModelProto.ProblemType com.google.ortools.graph.FlowModelProto.getProblemType | ( | ) |
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
Implements com.google.ortools.graph.FlowModelProtoOrBuilder.
Definition at line 265 of file FlowModelProto.java.
int com.google.ortools.graph.FlowModelProto.getSerializedSize | ( | ) |
Definition at line 297 of file FlowModelProto.java.
int com.google.ortools.graph.FlowModelProto.hashCode | ( | ) |
Definition at line 342 of file FlowModelProto.java.
boolean com.google.ortools.graph.FlowModelProto.hasProblemType | ( | ) |
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
Implements com.google.ortools.graph.FlowModelProtoOrBuilder.
Definition at line 258 of file FlowModelProto.java.
|
protected |
Definition at line 45 of file FlowModelProto.java.
final boolean com.google.ortools.graph.FlowModelProto.isInitialized | ( | ) |
Definition at line 272 of file FlowModelProto.java.
|
static |
Definition at line 439 of file FlowModelProto.java.
|
static |
Definition at line 442 of file FlowModelProto.java.
Builder com.google.ortools.graph.FlowModelProto.newBuilderForType | ( | ) |
Definition at line 438 of file FlowModelProto.java.
|
protected |
Definition at line 452 of file FlowModelProto.java.
|
static |
Definition at line 410 of file FlowModelProto.java.
|
static |
Definition at line 416 of file FlowModelProto.java.
|
static |
Definition at line 387 of file FlowModelProto.java.
|
static |
Definition at line 391 of file FlowModelProto.java.
|
static |
Definition at line 376 of file FlowModelProto.java.
|
static |
Definition at line 381 of file FlowModelProto.java.
|
static |
Definition at line 423 of file FlowModelProto.java.
|
static |
Definition at line 429 of file FlowModelProto.java.
|
static |
Definition at line 397 of file FlowModelProto.java.
|
static |
Definition at line 402 of file FlowModelProto.java.
|
static |
Definition at line 365 of file FlowModelProto.java.
|
static |
Definition at line 370 of file FlowModelProto.java.
|
static |
Definition at line 1278 of file FlowModelProto.java.
Builder com.google.ortools.graph.FlowModelProto.toBuilder | ( | ) |
Definition at line 446 of file FlowModelProto.java.
void com.google.ortools.graph.FlowModelProto.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 282 of file FlowModelProto.java.
|
static |
Definition at line 211 of file FlowModelProto.java.
|
static |
Definition at line 170 of file FlowModelProto.java.
|
static |
Definition at line 252 of file FlowModelProto.java.