Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.RecreateParametersOrBuilder Interface Reference

Detailed Description

Definition at line 9 of file RecreateParametersOrBuilder.java.

Inheritance diagram for com.google.ortools.constraintsolver.RecreateParametersOrBuilder:
com.google.ortools.constraintsolver.RecreateParameters com.google.ortools.constraintsolver.RecreateParameters.Builder

Public Member Functions

boolean hasLocalCheapestInsertion ()
com.google.ortools.constraintsolver.LocalCheapestInsertionParameters getLocalCheapestInsertion ()
com.google.ortools.constraintsolver.LocalCheapestInsertionParametersOrBuilder getLocalCheapestInsertionOrBuilder ()
boolean hasSavings ()
com.google.ortools.constraintsolver.SavingsParameters getSavings ()
com.google.ortools.constraintsolver.SavingsParametersOrBuilder getSavingsOrBuilder ()
boolean hasGlobalCheapestInsertion ()
com.google.ortools.constraintsolver.GlobalCheapestInsertionParameters getGlobalCheapestInsertion ()
com.google.ortools.constraintsolver.GlobalCheapestInsertionParametersOrBuilder getGlobalCheapestInsertionOrBuilder ()
com.google.ortools.constraintsolver.RecreateParameters.ParametersCase getParametersCase ()

Member Function Documentation

◆ getGlobalCheapestInsertion()

com.google.ortools.constraintsolver.GlobalCheapestInsertionParameters com.google.ortools.constraintsolver.RecreateParametersOrBuilder.getGlobalCheapestInsertion ( )

.operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;

Returns
The globalCheapestInsertion.

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

◆ getGlobalCheapestInsertionOrBuilder()

com.google.ortools.constraintsolver.GlobalCheapestInsertionParametersOrBuilder com.google.ortools.constraintsolver.RecreateParametersOrBuilder.getGlobalCheapestInsertionOrBuilder ( )

.operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;

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

◆ getLocalCheapestInsertion()

com.google.ortools.constraintsolver.LocalCheapestInsertionParameters com.google.ortools.constraintsolver.RecreateParametersOrBuilder.getLocalCheapestInsertion ( )

.operations_research.LocalCheapestInsertionParameters local_cheapest_insertion = 1;

Returns
The localCheapestInsertion.

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

◆ getLocalCheapestInsertionOrBuilder()

com.google.ortools.constraintsolver.LocalCheapestInsertionParametersOrBuilder com.google.ortools.constraintsolver.RecreateParametersOrBuilder.getLocalCheapestInsertionOrBuilder ( )

.operations_research.LocalCheapestInsertionParameters local_cheapest_insertion = 1;

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

◆ getParametersCase()

◆ getSavings()

com.google.ortools.constraintsolver.SavingsParameters com.google.ortools.constraintsolver.RecreateParametersOrBuilder.getSavings ( )

.operations_research.SavingsParameters savings = 2;

Returns
The savings.

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

◆ getSavingsOrBuilder()

com.google.ortools.constraintsolver.SavingsParametersOrBuilder com.google.ortools.constraintsolver.RecreateParametersOrBuilder.getSavingsOrBuilder ( )

◆ hasGlobalCheapestInsertion()

boolean com.google.ortools.constraintsolver.RecreateParametersOrBuilder.hasGlobalCheapestInsertion ( )

.operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;

Returns
Whether the globalCheapestInsertion field is set.

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

◆ hasLocalCheapestInsertion()

boolean com.google.ortools.constraintsolver.RecreateParametersOrBuilder.hasLocalCheapestInsertion ( )

.operations_research.LocalCheapestInsertionParameters local_cheapest_insertion = 1;

Returns
Whether the localCheapestInsertion field is set.

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

◆ hasSavings()

boolean com.google.ortools.constraintsolver.RecreateParametersOrBuilder.hasSavings ( )

.operations_research.SavingsParameters savings = 2;

Returns
Whether the savings field is set.

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


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