Java Reference

Java Reference

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 }
boolean getSmartTimeCheck()
bool smart_time_check = 5;
long getBranches()
int64 branches = 2;
long getTime()
int64 time = 1;
boolean getCumulative()
bool cumulative = 6;
long getFailures()
int64 failures = 3;
long getSolutions()
int64 solutions = 4;