CircuitCoveringConstraintProtoOrBuilder.java
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ortools/sat/cp_model.proto
3 
4 package com.google.ortools.sat;
5 
7  // @@protoc_insertion_point(interface_extends:operations_research.sat.CircuitCoveringConstraintProto)
8  com.google.protobuf.MessageOrBuilder {
9 
13  java.util.List<java.lang.Integer> getNextsList();
17  int getNextsCount();
21  int getNexts(int index);
22 
26  java.util.List<java.lang.Long> getDistinguishedNodesList();
34  long getDistinguishedNodes(int index);
35 }
java.util.List< java.lang.Long > getDistinguishedNodesList()
repeated int64 distinguished_nodes = 2;
int getDistinguishedNodesCount()
repeated int64 distinguished_nodes = 2;
int getNexts(int index)
repeated int32 nexts = 1;
long getDistinguishedNodes(int index)
repeated int64 distinguished_nodes = 2;
java.util.List< java.lang.Integer > getNextsList()
repeated int32 nexts = 1;