![]() |
Google OR-Tools v9.12
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 15 of file FlowModelProto.java.
boolean com.google.ortools.graph.FlowModelProto.equals | ( | final java.lang.Object | obj | ) |
Definition at line 321 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 241 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 234 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 219 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 248 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 227 of file FlowModelProto.java.
|
static |
Definition at line 1253 of file FlowModelProto.java.
com.google.ortools.graph.FlowModelProto com.google.ortools.graph.FlowModelProto.getDefaultInstanceForType | ( | ) |
Definition at line 1289 of file FlowModelProto.java.
|
static |
Definition at line 40 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 200 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 193 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 178 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 207 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 186 of file FlowModelProto.java.
com.google.protobuf.Parser< FlowModelProto > com.google.ortools.graph.FlowModelProto.getParserForType | ( | ) |
Definition at line 1284 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 266 of file FlowModelProto.java.
int com.google.ortools.graph.FlowModelProto.getSerializedSize | ( | ) |
Definition at line 298 of file FlowModelProto.java.
int com.google.ortools.graph.FlowModelProto.hashCode | ( | ) |
Definition at line 343 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 259 of file FlowModelProto.java.
|
protected |
Definition at line 46 of file FlowModelProto.java.
final boolean com.google.ortools.graph.FlowModelProto.isInitialized | ( | ) |
Definition at line 273 of file FlowModelProto.java.
|
static |
Definition at line 440 of file FlowModelProto.java.
|
static |
Definition at line 443 of file FlowModelProto.java.
Builder com.google.ortools.graph.FlowModelProto.newBuilderForType | ( | ) |
Definition at line 439 of file FlowModelProto.java.
|
protected |
Definition at line 453 of file FlowModelProto.java.
|
static |
Definition at line 411 of file FlowModelProto.java.
|
static |
Definition at line 417 of file FlowModelProto.java.
|
static |
Definition at line 388 of file FlowModelProto.java.
|
static |
Definition at line 392 of file FlowModelProto.java.
|
static |
Definition at line 377 of file FlowModelProto.java.
|
static |
Definition at line 382 of file FlowModelProto.java.
|
static |
Definition at line 424 of file FlowModelProto.java.
|
static |
Definition at line 430 of file FlowModelProto.java.
|
static |
Definition at line 398 of file FlowModelProto.java.
|
static |
Definition at line 403 of file FlowModelProto.java.
|
static |
Definition at line 366 of file FlowModelProto.java.
|
static |
Definition at line 371 of file FlowModelProto.java.
|
static |
Definition at line 1279 of file FlowModelProto.java.
Builder com.google.ortools.graph.FlowModelProto.toBuilder | ( | ) |
Definition at line 447 of file FlowModelProto.java.
void com.google.ortools.graph.FlowModelProto.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 283 of file FlowModelProto.java.
|
static |
Definition at line 212 of file FlowModelProto.java.
|
static |
Definition at line 171 of file FlowModelProto.java.
|
static |
Definition at line 253 of file FlowModelProto.java.