Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder Interface Reference
Inheritance diagram for com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder:
com.google.ortools.constraintsolver.RegularLimitParameters com.google.ortools.constraintsolver.RegularLimitParameters.Builder

Public Member Functions

long getTime ()
 
long getBranches ()
 
long getFailures ()
 
long getSolutions ()
 
boolean getSmartTimeCheck ()
 
boolean getCumulative ()
 

Detailed Description

Definition at line 7 of file RegularLimitParametersOrBuilder.java.

Member Function Documentation

◆ getBranches()

long com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getBranches ( )

◆ getCumulative()

boolean com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getCumulative ( )

◆ getFailures()

long com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getFailures ( )

◆ getSmartTimeCheck()

boolean com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getSmartTimeCheck ( )

◆ getSolutions()

long com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getSolutions ( )

◆ getTime()

long com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder.getTime ( )
TODO(user): Specify the time units or switch to google.Duration proto.

int64 time = 1;

Returns
The time.

Implemented in com.google.ortools.constraintsolver.RegularLimitParameters, and com.google.ortools.constraintsolver.RegularLimitParameters.Builder.


The documentation for this interface was generated from the following file: