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 
14  long getTime();
15 
20  long getBranches();
21 
26  long getFailures();
27 
32  long getSolutions();
33 
38  boolean getSmartTimeCheck();
39 
44  boolean getCumulative();
45 }
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;