com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder 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 RegularLimitParametersOrBuilder extends
// @@protoc_insertion_point(interface_extends:operations_research.RegularLimitParameters)
com.google.protobuf.MessageOrBuilder {
/**
* int64 time = 1;
* @return The time.
*/
long getTime();
/**
* int64 branches = 2;
* @return The branches.
*/
long getBranches();
/**
* int64 failures = 3;
* @return The failures.
*/
long getFailures();
/**
* int64 solutions = 4;
* @return The solutions.
*/
long getSolutions();
/**
* bool smart_time_check = 5;
* @return The smartTimeCheck.
*/
boolean getSmartTimeCheck();
/**
* bool cumulative = 6;
* @return The cumulative.
*/
boolean getCumulative();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy