Java Reference

Java Reference

ConstraintProtoOrBuilder.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 
6 public interface ConstraintProtoOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.sat.ConstraintProto)
8  com.google.protobuf.MessageOrBuilder {
9 
18  java.lang.String getName();
27  com.google.protobuf.ByteString
28  getNameBytes();
29 
49  java.util.List<java.lang.Integer> getEnforcementLiteralList();
90  int getEnforcementLiteral(int index);
91 
100  boolean hasBoolOr();
118 
130  boolean hasBoolAnd();
154 
171  boolean hasAtMostOne();
205 
223  boolean hasExactlyOne();
259 
268  boolean hasBoolXor();
286 
297  boolean hasIntDiv();
319 
330  boolean hasIntMod();
352 
365  boolean hasIntMax();
391 
396  boolean hasLinMax();
406 
419  boolean hasIntMin();
445 
450  boolean hasLinMin();
460 
475  boolean hasIntProd();
505 
515  boolean hasLinear();
535 
544  boolean hasAllDiff();
562 
572  boolean hasElement();
592 
602  boolean hasCircuit();
622 
631  boolean hasRoutes();
649 
659  boolean hasTable();
679 
689  boolean hasAutomaton();
709 
719  boolean hasInverse();
739 
750  boolean hasReservoir();
772 
782  boolean hasInterval();
802 
813  boolean hasNoOverlap();
835 
844  boolean hasNoOverlap2D();
862 
873  boolean hasCumulative();
895 
905  boolean hasDummyConstraint();
925 
927 }
com.google.ortools.sat.IntervalConstraintProtoOrBuilder getIntervalOrBuilder()
com.google.ortools.sat.AllDifferentConstraintProto getAllDiff()
com.google.ortools.sat.CircuitConstraintProto getCircuit()
com.google.ortools.sat.BoolArgumentProtoOrBuilder getExactlyOneOrBuilder()
com.google.ortools.sat.IntegerArgumentProtoOrBuilder getIntProdOrBuilder()
com.google.ortools.sat.BoolArgumentProto getExactlyOne()
com.google.ortools.sat.RoutesConstraintProtoOrBuilder getRoutesOrBuilder()
com.google.ortools.sat.CumulativeConstraintProto getCumulative()
com.google.ortools.sat.TableConstraintProtoOrBuilder getTableOrBuilder()
com.google.ortools.sat.IntegerArgumentProtoOrBuilder getIntDivOrBuilder()
com.google.ortools.sat.BoolArgumentProto getBoolXor()
com.google.ortools.sat.LinearArgumentProto getLinMin()
.operations_research.sat.LinearArgumentProto lin_min = 28;
com.google.ortools.sat.NoOverlapConstraintProtoOrBuilder getNoOverlapOrBuilder()
com.google.ortools.sat.IntegerArgumentProto getIntMin()
com.google.ortools.sat.BoolArgumentProtoOrBuilder getBoolAndOrBuilder()
boolean hasLinMin()
.operations_research.sat.LinearArgumentProto lin_min = 28;
com.google.ortools.sat.InverseConstraintProtoOrBuilder getInverseOrBuilder()
com.google.ortools.sat.NoOverlap2DConstraintProto getNoOverlap2D()
com.google.ortools.sat.LinearArgumentProtoOrBuilder getLinMinOrBuilder()
.operations_research.sat.LinearArgumentProto lin_min = 28;
com.google.ortools.sat.IntegerArgumentProtoOrBuilder getIntMaxOrBuilder()
com.google.ortools.sat.IntegerArgumentProto getIntDiv()
com.google.ortools.sat.IntegerArgumentProto getIntMod()
com.google.ortools.sat.CircuitConstraintProtoOrBuilder getCircuitOrBuilder()
com.google.ortools.sat.ElementConstraintProtoOrBuilder getElementOrBuilder()
com.google.ortools.sat.TableConstraintProto getTable()
com.google.ortools.sat.LinearConstraintProtoOrBuilder getLinearOrBuilder()
com.google.ortools.sat.ListOfVariablesProtoOrBuilder getDummyConstraintOrBuilder()
com.google.ortools.sat.RoutesConstraintProto getRoutes()
com.google.ortools.sat.IntegerArgumentProto getIntProd()
com.google.ortools.sat.LinearArgumentProtoOrBuilder getLinMaxOrBuilder()
.operations_research.sat.LinearArgumentProto lin_max = 27;
com.google.ortools.sat.ElementConstraintProto getElement()
com.google.ortools.sat.ConstraintProto.ConstraintCase getConstraintCase()
com.google.ortools.sat.IntegerArgumentProtoOrBuilder getIntMinOrBuilder()
com.google.ortools.sat.BoolArgumentProto getBoolOr()
com.google.ortools.sat.ReservoirConstraintProto getReservoir()
java.util.List< java.lang.Integer > getEnforcementLiteralList()
com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder getNoOverlap2DOrBuilder()
com.google.ortools.sat.IntegerArgumentProtoOrBuilder getIntModOrBuilder()
boolean hasLinMax()
.operations_research.sat.LinearArgumentProto lin_max = 27;
com.google.ortools.sat.BoolArgumentProto getBoolAnd()
com.google.ortools.sat.AutomatonConstraintProtoOrBuilder getAutomatonOrBuilder()
com.google.ortools.sat.BoolArgumentProtoOrBuilder getBoolOrOrBuilder()
com.google.ortools.sat.BoolArgumentProtoOrBuilder getAtMostOneOrBuilder()
com.google.ortools.sat.LinearConstraintProto getLinear()
com.google.ortools.sat.IntegerArgumentProto getIntMax()
com.google.ortools.sat.ReservoirConstraintProtoOrBuilder getReservoirOrBuilder()
com.google.ortools.sat.IntervalConstraintProto getInterval()
com.google.ortools.sat.InverseConstraintProto getInverse()
com.google.ortools.sat.NoOverlapConstraintProto getNoOverlap()
com.google.ortools.sat.ListOfVariablesProto getDummyConstraint()
com.google.ortools.sat.LinearArgumentProto getLinMax()
.operations_research.sat.LinearArgumentProto lin_max = 27;
com.google.ortools.sat.BoolArgumentProto getAtMostOne()
com.google.protobuf.ByteString getNameBytes()
com.google.ortools.sat.AutomatonConstraintProto getAutomaton()
com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder getAllDiffOrBuilder()
com.google.ortools.sat.CumulativeConstraintProtoOrBuilder getCumulativeOrBuilder()
com.google.ortools.sat.BoolArgumentProtoOrBuilder getBoolXorOrBuilder()