Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder Class Reference
Inheritance diagram for operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder:
operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder

Public Member Functions

Builder clear ()
 
com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
 
operations_research.pdlp.SolveLogOuterClass.PointMetadata getDefaultInstanceForType ()
 
operations_research.pdlp.SolveLogOuterClass.PointMetadata build ()
 
operations_research.pdlp.SolveLogOuterClass.PointMetadata buildPartial ()
 
Builder clone ()
 
Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
 
Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
 
Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
 
Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
 
Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
 
Builder mergeFrom (com.google.protobuf.Message other)
 
Builder mergeFrom (operations_research.pdlp.SolveLogOuterClass.PointMetadata other)
 
final boolean isInitialized ()
 
Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
boolean hasPointType ()
 
operations_research.pdlp.SolveLogOuterClass.PointType getPointType ()
 
Builder setPointType (operations_research.pdlp.SolveLogOuterClass.PointType value)
 
Builder clearPointType ()
 
java.util.List< java.lang.Double > getRandomPrimalProjectionsList ()
 
int getRandomPrimalProjectionsCount ()
 
double getRandomPrimalProjections (int index)
 
Builder setRandomPrimalProjections (int index, double value)
 
Builder addRandomPrimalProjections (double value)
 
Builder addAllRandomPrimalProjections (java.lang.Iterable<? extends java.lang.Double > values)
 
Builder clearRandomPrimalProjections ()
 
java.util.List< java.lang.Double > getRandomDualProjectionsList ()
 
int getRandomDualProjectionsCount ()
 
double getRandomDualProjections (int index)
 
Builder setRandomDualProjections (int index, double value)
 
Builder addRandomDualProjections (double value)
 
Builder addAllRandomDualProjections (java.lang.Iterable<? extends java.lang.Double > values)
 
Builder clearRandomDualProjections ()
 
boolean hasActivePrimalVariableCount ()
 
long getActivePrimalVariableCount ()
 
Builder setActivePrimalVariableCount (long value)
 
Builder clearActivePrimalVariableCount ()
 
boolean hasActiveDualVariableCount ()
 
long getActiveDualVariableCount ()
 
Builder setActiveDualVariableCount (long value)
 
Builder clearActiveDualVariableCount ()
 
boolean hasActivePrimalVariableChange ()
 
long getActivePrimalVariableChange ()
 
Builder setActivePrimalVariableChange (long value)
 
Builder clearActivePrimalVariableChange ()
 
boolean hasActiveDualVariableChange ()
 
long getActiveDualVariableChange ()
 
Builder setActiveDualVariableChange (long value)
 
Builder clearActiveDualVariableChange ()
 
final Builder setUnknownFields (final com.google.protobuf.UnknownFieldSet unknownFields)
 
final Builder mergeUnknownFields (final com.google.protobuf.UnknownFieldSet unknownFields)
 

Static Public Member Functions

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

Protected Member Functions

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

Detailed Description

Protobuf type operations_research.pdlp.PointMetadata

Definition at line 9283 of file SolveLogOuterClass.java.

Member Function Documentation

◆ addAllRandomDualProjections()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.addAllRandomDualProjections ( java.lang.Iterable<? extends java.lang.Double > values)
Projections of the dual solution onto random planes.

repeated double random_dual_projections = 3 [packed = true];

Parameters
valuesThe randomDualProjections to add.
Returns
This builder for chaining.

Definition at line 9846 of file SolveLogOuterClass.java.

◆ addAllRandomPrimalProjections()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.addAllRandomPrimalProjections ( java.lang.Iterable<? extends java.lang.Double > values)
Projections of the primal solution onto random planes.

repeated double random_primal_projections = 2 [packed = true];

Parameters
valuesThe randomPrimalProjections to add.
Returns
This builder for chaining.

Definition at line 9728 of file SolveLogOuterClass.java.

◆ addRandomDualProjections()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.addRandomDualProjections ( double value)
Projections of the dual solution onto random planes.

repeated double random_dual_projections = 3 [packed = true];

Parameters
valueThe randomDualProjections to add.
Returns
This builder for chaining.

Definition at line 9829 of file SolveLogOuterClass.java.

◆ addRandomPrimalProjections()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.addRandomPrimalProjections ( double value)
Projections of the primal solution onto random planes.

repeated double random_primal_projections = 2 [packed = true];

Parameters
valueThe randomPrimalProjections to add.
Returns
This builder for chaining.

Definition at line 9711 of file SolveLogOuterClass.java.

◆ addRepeatedField()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.addRepeatedField ( com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value )

Definition at line 9413 of file SolveLogOuterClass.java.

◆ build()

operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.build ( )

Definition at line 9336 of file SolveLogOuterClass.java.

◆ buildPartial()

operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.buildPartial ( )

Definition at line 9345 of file SolveLogOuterClass.java.

◆ clear()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.clear ( )

Definition at line 9311 of file SolveLogOuterClass.java.

◆ clearActiveDualVariableChange()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.clearActiveDualVariableChange ( )
The number of dual variables that have a different bound status than they
did at the last restart.

optional int64 active_dual_variable_change = 7;

Returns
This builder for chaining.

Definition at line 10095 of file SolveLogOuterClass.java.

◆ clearActiveDualVariableCount()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.clearActiveDualVariableCount ( )
The number of dual variables that are not at their bounds.

optional int64 active_dual_variable_count = 5;

Returns
This builder for chaining.

Definition at line 9975 of file SolveLogOuterClass.java.

◆ clearActivePrimalVariableChange()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.clearActivePrimalVariableChange ( )
The number of primal variables that have a different bound status than they
did at the last restart.

optional int64 active_primal_variable_change = 6;

Returns
This builder for chaining.

Definition at line 10035 of file SolveLogOuterClass.java.

◆ clearActivePrimalVariableCount()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.clearActivePrimalVariableCount ( )
The number of primal variables that are not at their bounds.

optional int64 active_primal_variable_count = 4;

Returns
This builder for chaining.

Definition at line 9919 of file SolveLogOuterClass.java.

◆ clearField()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.clearField ( com.google.protobuf.Descriptors.FieldDescriptor field)

Definition at line 9397 of file SolveLogOuterClass.java.

◆ clearOneof()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.clearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

Definition at line 9402 of file SolveLogOuterClass.java.

◆ clearPointType()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.clearPointType ( )
Type of the point that this metadata corresponds to.

optional .operations_research.pdlp.PointType point_type = 1;

Returns
This builder for chaining.

Definition at line 9627 of file SolveLogOuterClass.java.

◆ clearRandomDualProjections()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.clearRandomDualProjections ( )
Projections of the dual solution onto random planes.

repeated double random_dual_projections = 3 [packed = true];

Returns
This builder for chaining.

Definition at line 9863 of file SolveLogOuterClass.java.

◆ clearRandomPrimalProjections()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.clearRandomPrimalProjections ( )
Projections of the primal solution onto random planes.

repeated double random_primal_projections = 2 [packed = true];

Returns
This builder for chaining.

Definition at line 9745 of file SolveLogOuterClass.java.

◆ clone()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.clone ( )

Definition at line 9387 of file SolveLogOuterClass.java.

◆ getActiveDualVariableChange()

long operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getActiveDualVariableChange ( )
The number of dual variables that have a different bound status than they
did at the last restart.

optional int64 active_dual_variable_change = 7;

Returns
The activeDualVariableChange.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 10066 of file SolveLogOuterClass.java.

◆ getActiveDualVariableCount()

long operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getActiveDualVariableCount ( )
The number of dual variables that are not at their bounds.

optional int64 active_dual_variable_count = 5;

Returns
The activeDualVariableCount.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 9948 of file SolveLogOuterClass.java.

◆ getActivePrimalVariableChange()

long operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getActivePrimalVariableChange ( )
The number of primal variables that have a different bound status than they
did at the last restart.

optional int64 active_primal_variable_change = 6;

Returns
The activePrimalVariableChange.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 10006 of file SolveLogOuterClass.java.

◆ getActivePrimalVariableCount()

long operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getActivePrimalVariableCount ( )
The number of primal variables that are not at their bounds.

optional int64 active_primal_variable_count = 4;

Returns
The activePrimalVariableCount.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 9892 of file SolveLogOuterClass.java.

◆ getDefaultInstanceForType()

operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getDefaultInstanceForType ( )

Definition at line 9331 of file SolveLogOuterClass.java.

◆ getDescriptor()

static final com.google.protobuf.Descriptors.Descriptor operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getDescriptor ( )
static

Definition at line 9288 of file SolveLogOuterClass.java.

◆ getDescriptorForType()

com.google.protobuf.Descriptors.Descriptor operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getDescriptorForType ( )

Definition at line 9326 of file SolveLogOuterClass.java.

◆ getPointType()

operations_research.pdlp.SolveLogOuterClass.PointType operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getPointType ( )
Type of the point that this metadata corresponds to.

optional .operations_research.pdlp.PointType point_type = 1;

Returns
The pointType.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 9597 of file SolveLogOuterClass.java.

◆ getRandomDualProjections()

double operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getRandomDualProjections ( int index)
Projections of the dual solution onto random planes.

repeated double random_dual_projections = 3 [packed = true];

Parameters
indexThe index of the element to return.
Returns
The randomDualProjections at the given index.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 9798 of file SolveLogOuterClass.java.

◆ getRandomDualProjectionsCount()

int operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getRandomDualProjectionsCount ( )
Projections of the dual solution onto random planes.

repeated double random_dual_projections = 3 [packed = true];

Returns
The count of randomDualProjections.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 9786 of file SolveLogOuterClass.java.

◆ getRandomDualProjectionsList()

java.util.List< java.lang.Double > operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getRandomDualProjectionsList ( )
Projections of the dual solution onto random planes.

repeated double random_dual_projections = 3 [packed = true];

Returns
A list containing the randomDualProjections.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 9774 of file SolveLogOuterClass.java.

◆ getRandomPrimalProjections()

double operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getRandomPrimalProjections ( int index)
Projections of the primal solution onto random planes.

repeated double random_primal_projections = 2 [packed = true];

Parameters
indexThe index of the element to return.
Returns
The randomPrimalProjections at the given index.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 9680 of file SolveLogOuterClass.java.

◆ getRandomPrimalProjectionsCount()

int operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getRandomPrimalProjectionsCount ( )
Projections of the primal solution onto random planes.

repeated double random_primal_projections = 2 [packed = true];

Returns
The count of randomPrimalProjections.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 9668 of file SolveLogOuterClass.java.

◆ getRandomPrimalProjectionsList()

java.util.List< java.lang.Double > operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.getRandomPrimalProjectionsList ( )
Projections of the primal solution onto random planes.

repeated double random_primal_projections = 2 [packed = true];

Returns
A list containing the randomPrimalProjections.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 9656 of file SolveLogOuterClass.java.

◆ hasActiveDualVariableChange()

boolean operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.hasActiveDualVariableChange ( )
The number of dual variables that have a different bound status than they
did at the last restart.

optional int64 active_dual_variable_change = 7;

Returns
Whether the activeDualVariableChange field is set.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 10053 of file SolveLogOuterClass.java.

◆ hasActiveDualVariableCount()

boolean operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.hasActiveDualVariableCount ( )
The number of dual variables that are not at their bounds.

optional int64 active_dual_variable_count = 5;

Returns
Whether the activeDualVariableCount field is set.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 9936 of file SolveLogOuterClass.java.

◆ hasActivePrimalVariableChange()

boolean operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.hasActivePrimalVariableChange ( )
The number of primal variables that have a different bound status than they
did at the last restart.

optional int64 active_primal_variable_change = 6;

Returns
Whether the activePrimalVariableChange field is set.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 9993 of file SolveLogOuterClass.java.

◆ hasActivePrimalVariableCount()

boolean operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.hasActivePrimalVariableCount ( )
The number of primal variables that are not at their bounds.

optional int64 active_primal_variable_count = 4;

Returns
Whether the activePrimalVariableCount field is set.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 9880 of file SolveLogOuterClass.java.

◆ hasPointType()

boolean operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.hasPointType ( )
Type of the point that this metadata corresponds to.

optional .operations_research.pdlp.PointType point_type = 1;

Returns
Whether the pointType field is set.

Implements operations_research.pdlp.SolveLogOuterClass.PointMetadataOrBuilder.

Definition at line 9585 of file SolveLogOuterClass.java.

◆ internalGetFieldAccessorTable()

com.google.protobuf.GeneratedMessageV3.FieldAccessorTable operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.internalGetFieldAccessorTable ( )
protected

Definition at line 9294 of file SolveLogOuterClass.java.

◆ isInitialized()

final boolean operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.isInitialized ( )

Definition at line 9473 of file SolveLogOuterClass.java.

◆ mergeFrom() [1/3]

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.mergeFrom ( com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException

Definition at line 9478 of file SolveLogOuterClass.java.

◆ mergeFrom() [2/3]

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.mergeFrom ( com.google.protobuf.Message other)

Definition at line 9419 of file SolveLogOuterClass.java.

◆ mergeFrom() [3/3]

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.mergeFrom ( operations_research.pdlp.SolveLogOuterClass.PointMetadata other)

Definition at line 9428 of file SolveLogOuterClass.java.

◆ mergeUnknownFields()

final Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.mergeUnknownFields ( final com.google.protobuf.UnknownFieldSet unknownFields)

Definition at line 10108 of file SolveLogOuterClass.java.

◆ setActiveDualVariableChange()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.setActiveDualVariableChange ( long value)
The number of dual variables that have a different bound status than they
did at the last restart.

optional int64 active_dual_variable_change = 7;

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

Definition at line 10079 of file SolveLogOuterClass.java.

◆ setActiveDualVariableCount()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.setActiveDualVariableCount ( long value)
The number of dual variables that are not at their bounds.

optional int64 active_dual_variable_count = 5;

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

Definition at line 9960 of file SolveLogOuterClass.java.

◆ setActivePrimalVariableChange()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.setActivePrimalVariableChange ( long value)
The number of primal variables that have a different bound status than they
did at the last restart.

optional int64 active_primal_variable_change = 6;

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

Definition at line 10019 of file SolveLogOuterClass.java.

◆ setActivePrimalVariableCount()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.setActivePrimalVariableCount ( long value)
The number of primal variables that are not at their bounds.

optional int64 active_primal_variable_count = 4;

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

Definition at line 9904 of file SolveLogOuterClass.java.

◆ setField()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.setField ( com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value )

Definition at line 9391 of file SolveLogOuterClass.java.

◆ setPointType()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.setPointType ( operations_research.pdlp.SolveLogOuterClass.PointType value)
Type of the point that this metadata corresponds to.

optional .operations_research.pdlp.PointType point_type = 1;

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

Definition at line 9610 of file SolveLogOuterClass.java.

◆ setRandomDualProjections()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.setRandomDualProjections ( int index,
double value )
Projections of the dual solution onto random planes.

repeated double random_dual_projections = 3 [packed = true];

Parameters
indexThe index to set the value at.
valueThe randomDualProjections to set.
Returns
This builder for chaining.

Definition at line 9811 of file SolveLogOuterClass.java.

◆ setRandomPrimalProjections()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.setRandomPrimalProjections ( int index,
double value )
Projections of the primal solution onto random planes.

repeated double random_primal_projections = 2 [packed = true];

Parameters
indexThe index to set the value at.
valueThe randomPrimalProjections to set.
Returns
This builder for chaining.

Definition at line 9693 of file SolveLogOuterClass.java.

◆ setRepeatedField()

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.setRepeatedField ( com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value )

Definition at line 9407 of file SolveLogOuterClass.java.

◆ setUnknownFields()

final Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder.setUnknownFields ( final com.google.protobuf.UnknownFieldSet unknownFields)

Definition at line 10102 of file SolveLogOuterClass.java.


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