Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
FlowNodeProtoOrBuilder.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 FlowNodeProtoOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.FlowNodeProto)
9 com.google.protobuf.MessageOrBuilder {
10
21 boolean hasId();
32 long getId();
33
43 boolean hasSupply();
53 long getSupply();
54}