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

com.google.ortools.constraintsolver.SearchLimitParametersOrBuilder Maven / Gradle / Ivy

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

package com.google.ortools.constraintsolver;

public interface SearchLimitParametersOrBuilder extends
    // @@protoc_insertion_point(interface_extends:operations_research.SearchLimitParameters)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 time = 1;
   */
  long getTime();

  /**
   * int64 branches = 2;
   */
  long getBranches();

  /**
   * int64 failures = 3;
   */
  long getFailures();

  /**
   * int64 solutions = 4;
   */
  long getSolutions();

  /**
   * bool smart_time_check = 5;
   */
  boolean getSmartTimeCheck();

  /**
   * bool cumulative = 6;
   */
  boolean getCumulative();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy