RegularLimitParametersOrBuilder.java
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ortools/constraint_solver/search_limit.proto
3 
4 package com.google.ortools.constraintsolver;
5 
6 public interface RegularLimitParametersOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.RegularLimitParameters)
8  com.google.protobuf.MessageOrBuilder {
9 
13  long getTime();
14 
18  long getBranches();
19 
23  long getFailures();
24 
28  long getSolutions();
29 
33  boolean getSmartTimeCheck();
34 
38  boolean getCumulative();
39 }