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

Public Member Functions

boolean hasType ()
 
com.google.ortools.bop.BopOptimizerMethod.OptimizerType getType ()
 

Detailed Description

Definition at line 7 of file BopOptimizerMethodOrBuilder.java.

Member Function Documentation

◆ getType()

com.google.ortools.bop.BopOptimizerMethod.OptimizerType com.google.ortools.bop.BopOptimizerMethodOrBuilder.getType ( )

optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;

Returns
The type.

Implemented in com.google.ortools.bop.BopOptimizerMethod, and com.google.ortools.bop.BopOptimizerMethod.Builder.

◆ hasType()

boolean com.google.ortools.bop.BopOptimizerMethodOrBuilder.hasType ( )

optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;

Returns
Whether the type field is set.

Implemented in com.google.ortools.bop.BopOptimizerMethod, and com.google.ortools.bop.BopOptimizerMethod.Builder.


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