Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
FlowArcProtoOrBuilder.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: ortools/graph/flow_problem.proto
3
4// Protobuf Java Version: 3.25.3
5package com.google.ortools.graph;
6
7public interface FlowArcProtoOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.FlowArcProto)
9 com.google.protobuf.MessageOrBuilder {
10
20 boolean hasTail();
30 long getTail();
31
36 boolean hasHead();
41 long getHead();
42
52 boolean hasCapacity();
63
73 boolean hasUnitCost();
84}