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
4package com.google.ortools.constraintsolver;
5
6public interface RegularLimitParametersOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:operations_research.RegularLimitParameters)
8 com.google.protobuf.MessageOrBuilder {
9
18 long getTime();
19
25
31
37
43
48 boolean getCumulative();
49}