com.google.ortools.constraintsolver.SearchLimitParametersOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-or-tools Show documentation
Show all versions of google-or-tools Show documentation
A project to publish Google OR-Tools as a dependable dependency in Maven.
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 SearchLimitParametersOrBuilder extends
// @@protoc_insertion_point(interface_extends:operations_research.SearchLimitParameters)
com.google.protobuf.MessageOrBuilder {
/**
* int64 time = 1;
*/
long getTime();
/**
* int64 branches = 2;
*/
long getBranches();
/**
* int64 failures = 3;
*/
long getFailures();
/**
* int64 solutions = 4;
*/
long getSolutions();
/**
* bool smart_time_check = 5;
*/
boolean getSmartTimeCheck();
/**
* bool cumulative = 6;
*/
boolean getCumulative();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy