All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder Maven / Gradle / Ivy

There is a newer version: 9.11.4210
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ortools/sat/cp_model.proto

package com.google.ortools.sat;

public interface AllDifferentConstraintProtoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:operations_research.sat.AllDifferentConstraintProto)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated int32 vars = 1;
   * @return A list containing the vars.
   */
  java.util.List getVarsList();
  /**
   * repeated int32 vars = 1;
   * @return The count of vars.
   */
  int getVarsCount();
  /**
   * repeated int32 vars = 1;
   * @param index The index of the element to return.
   * @return The vars at the given index.
   */
  int getVars(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy