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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ortools/sat/cp_model.proto

package com.google.ortools.sat;

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

  /**
   * repeated int32 f_direct = 1;
   * @return A list containing the fDirect.
   */
  java.util.List getFDirectList();
  /**
   * repeated int32 f_direct = 1;
   * @return The count of fDirect.
   */
  int getFDirectCount();
  /**
   * repeated int32 f_direct = 1;
   * @param index The index of the element to return.
   * @return The fDirect at the given index.
   */
  int getFDirect(int index);

  /**
   * repeated int32 f_inverse = 2;
   * @return A list containing the fInverse.
   */
  java.util.List getFInverseList();
  /**
   * repeated int32 f_inverse = 2;
   * @return The count of fInverse.
   */
  int getFInverseCount();
  /**
   * repeated int32 f_inverse = 2;
   * @param index The index of the element to return.
   * @return The fInverse at the given index.
   */
  int getFInverse(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy