Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.bop.BopOptimizerMethod.Builder Class Reference

Detailed Description

Method used to optimize a solution in Bop.

NEXT TAG: 16

Protobuf type operations_research.bop.BopOptimizerMethod

Definition at line 464 of file BopOptimizerMethod.java.

Inheritance diagram for com.google.ortools.bop.BopOptimizerMethod.Builder:
com.google.ortools.bop.BopOptimizerMethodOrBuilder

Public Member Functions

Builder clear ()
com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
com.google.ortools.bop.BopOptimizerMethod getDefaultInstanceForType ()
com.google.ortools.bop.BopOptimizerMethod build ()
com.google.ortools.bop.BopOptimizerMethod buildPartial ()
Builder mergeFrom (com.google.protobuf.Message other)
Builder mergeFrom (com.google.ortools.bop.BopOptimizerMethod other)
final boolean isInitialized ()
Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
boolean hasType ()
com.google.ortools.bop.BopOptimizerMethod.OptimizerType getType ()
Builder setType (com.google.ortools.bop.BopOptimizerMethod.OptimizerType value)
Builder clearType ()

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

Protected Member Functions

com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable ()

Member Function Documentation

◆ build()

com.google.ortools.bop.BopOptimizerMethod com.google.ortools.bop.BopOptimizerMethod.Builder.build ( )

Definition at line 511 of file BopOptimizerMethod.java.

◆ buildPartial()

com.google.ortools.bop.BopOptimizerMethod com.google.ortools.bop.BopOptimizerMethod.Builder.buildPartial ( )

Definition at line 520 of file BopOptimizerMethod.java.

◆ clear()

Builder com.google.ortools.bop.BopOptimizerMethod.Builder.clear ( )

Definition at line 492 of file BopOptimizerMethod.java.

◆ clearType()

Builder com.google.ortools.bop.BopOptimizerMethod.Builder.clearType ( )

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

Returns
This builder for chaining.

Definition at line 640 of file BopOptimizerMethod.java.

◆ getDefaultInstanceForType()

com.google.ortools.bop.BopOptimizerMethod com.google.ortools.bop.BopOptimizerMethod.Builder.getDefaultInstanceForType ( )

Definition at line 506 of file BopOptimizerMethod.java.

◆ getDescriptor()

final com.google.protobuf.Descriptors.Descriptor com.google.ortools.bop.BopOptimizerMethod.Builder.getDescriptor ( )
static

Definition at line 469 of file BopOptimizerMethod.java.

◆ getDescriptorForType()

com.google.protobuf.Descriptors.Descriptor com.google.ortools.bop.BopOptimizerMethod.Builder.getDescriptorForType ( )

Definition at line 501 of file BopOptimizerMethod.java.

◆ getType()

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

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

Returns
The type.

Implements com.google.ortools.bop.BopOptimizerMethodOrBuilder.

Definition at line 620 of file BopOptimizerMethod.java.

◆ hasType()

boolean com.google.ortools.bop.BopOptimizerMethod.Builder.hasType ( )

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

Returns
Whether the type field is set.

Implements com.google.ortools.bop.BopOptimizerMethodOrBuilder.

Definition at line 612 of file BopOptimizerMethod.java.

◆ internalGetFieldAccessorTable()

com.google.protobuf.GeneratedMessage.FieldAccessorTable com.google.ortools.bop.BopOptimizerMethod.Builder.internalGetFieldAccessorTable ( )
protected

Definition at line 475 of file BopOptimizerMethod.java.

◆ isInitialized()

final boolean com.google.ortools.bop.BopOptimizerMethod.Builder.isInitialized ( )

Definition at line 558 of file BopOptimizerMethod.java.

◆ mergeFrom() [1/3]

Builder com.google.ortools.bop.BopOptimizerMethod.Builder.mergeFrom ( com.google.ortools.bop.BopOptimizerMethod other)

Definition at line 547 of file BopOptimizerMethod.java.

◆ mergeFrom() [2/3]

Builder com.google.ortools.bop.BopOptimizerMethod.Builder.mergeFrom ( com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException

Definition at line 563 of file BopOptimizerMethod.java.

◆ mergeFrom() [3/3]

Builder com.google.ortools.bop.BopOptimizerMethod.Builder.mergeFrom ( com.google.protobuf.Message other)

Definition at line 538 of file BopOptimizerMethod.java.

◆ setType()

Builder com.google.ortools.bop.BopOptimizerMethod.Builder.setType ( com.google.ortools.bop.BopOptimizerMethod.OptimizerType value)

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

Parameters
valueThe type to set.
Returns
This builder for chaining.

Definition at line 629 of file BopOptimizerMethod.java.


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