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

Classes

class  Builder
 

Public Member Functions

boolean hasPointType ()
 
operations_research.pdlp.SolveLogOuterClass.PointType getPointType ()
 
java.util.List< java.lang.Double > getRandomPrimalProjectionsList ()
 
int getRandomPrimalProjectionsCount ()
 
double getRandomPrimalProjections (int index)
 
java.util.List< java.lang.Double > getRandomDualProjectionsList ()
 
int getRandomDualProjectionsCount ()
 
double getRandomDualProjections (int index)
 
boolean hasActivePrimalVariableCount ()
 
long getActivePrimalVariableCount ()
 
boolean hasActiveDualVariableCount ()
 
long getActiveDualVariableCount ()
 
boolean hasActivePrimalVariableChange ()
 
long getActivePrimalVariableChange ()
 
boolean hasActiveDualVariableChange ()
 
long getActiveDualVariableChange ()
 
final boolean isInitialized ()
 
void writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException
 
int getSerializedSize ()
 
boolean equals (final java.lang.Object obj)
 
int hashCode ()
 
Builder newBuilderForType ()
 
Builder toBuilder ()
 
com.google.protobuf.Parser< PointMetadatagetParserForType ()
 
operations_research.pdlp.SolveLogOuterClass.PointMetadata getDefaultInstanceForType ()
 

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
 
static operations_research.pdlp.SolveLogOuterClass.PointMetadata parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
 
static operations_research.pdlp.SolveLogOuterClass.PointMetadata parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static operations_research.pdlp.SolveLogOuterClass.PointMetadata parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
 
static operations_research.pdlp.SolveLogOuterClass.PointMetadata parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static operations_research.pdlp.SolveLogOuterClass.PointMetadata parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
 
static operations_research.pdlp.SolveLogOuterClass.PointMetadata parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static operations_research.pdlp.SolveLogOuterClass.PointMetadata parseFrom (java.io.InputStream input) throws java.io.IOException
 
static operations_research.pdlp.SolveLogOuterClass.PointMetadata parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static operations_research.pdlp.SolveLogOuterClass.PointMetadata parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException
 
static operations_research.pdlp.SolveLogOuterClass.PointMetadata parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static operations_research.pdlp.SolveLogOuterClass.PointMetadata parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException
 
static operations_research.pdlp.SolveLogOuterClass.PointMetadata parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static Builder newBuilder ()
 
static Builder newBuilder (operations_research.pdlp.SolveLogOuterClass.PointMetadata prototype)
 
static operations_research.pdlp.SolveLogOuterClass.PointMetadata getDefaultInstance ()
 
static com.google.protobuf.Parser< PointMetadataparser ()
 

Static Public Attributes

static final int POINT_TYPE_FIELD_NUMBER = 1
 
static final int RANDOM_PRIMAL_PROJECTIONS_FIELD_NUMBER = 2
 
static final int RANDOM_DUAL_PROJECTIONS_FIELD_NUMBER = 3
 
static final int ACTIVE_PRIMAL_VARIABLE_COUNT_FIELD_NUMBER = 4
 
static final int ACTIVE_DUAL_VARIABLE_COUNT_FIELD_NUMBER = 5
 
static final int ACTIVE_PRIMAL_VARIABLE_CHANGE_FIELD_NUMBER = 6
 
static final int ACTIVE_DUAL_VARIABLE_CHANGE_FIELD_NUMBER = 7
 
static final com.google.protobuf.Parser< PointMetadataPARSER
 

Protected Member Functions

java.lang.Object newInstance (UnusedPrivateParameter unused)
 
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable ()
 
Builder newBuilderForType (com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
 

Detailed Description

Protobuf type operations_research.pdlp.PointMetadata

Definition at line 8744 of file SolveLogOuterClass.java.

Member Function Documentation

◆ equals()

boolean operations_research.pdlp.SolveLogOuterClass.PointMetadata.equals ( final java.lang.Object obj)

Definition at line 9103 of file SolveLogOuterClass.java.

◆ getActiveDualVariableChange()

long operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8998 of file SolveLogOuterClass.java.

◆ getActiveDualVariableCount()

long operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8940 of file SolveLogOuterClass.java.

◆ getActivePrimalVariableChange()

long operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8969 of file SolveLogOuterClass.java.

◆ getActivePrimalVariableCount()

long operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8913 of file SolveLogOuterClass.java.

◆ getDefaultInstance()

static operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.getDefaultInstance ( )
static

Definition at line 10123 of file SolveLogOuterClass.java.

◆ getDefaultInstanceForType()

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

Definition at line 10159 of file SolveLogOuterClass.java.

◆ getDescriptor()

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

Definition at line 8767 of file SolveLogOuterClass.java.

◆ getParserForType()

com.google.protobuf.Parser< PointMetadata > operations_research.pdlp.SolveLogOuterClass.PointMetadata.getParserForType ( )

Definition at line 10154 of file SolveLogOuterClass.java.

◆ getPointType()

operations_research.pdlp.SolveLogOuterClass.PointType operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8801 of file SolveLogOuterClass.java.

◆ getRandomDualProjections()

double operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8885 of file SolveLogOuterClass.java.

◆ getRandomDualProjectionsCount()

int operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8873 of file SolveLogOuterClass.java.

◆ getRandomDualProjectionsList()

java.util.List< java.lang.Double > operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8862 of file SolveLogOuterClass.java.

◆ getRandomPrimalProjections()

double operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8843 of file SolveLogOuterClass.java.

◆ getRandomPrimalProjectionsCount()

int operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8831 of file SolveLogOuterClass.java.

◆ getRandomPrimalProjectionsList()

java.util.List< java.lang.Double > operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8820 of file SolveLogOuterClass.java.

◆ getSerializedSize()

int operations_research.pdlp.SolveLogOuterClass.PointMetadata.getSerializedSize ( )

Definition at line 9050 of file SolveLogOuterClass.java.

◆ hasActiveDualVariableChange()

boolean operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8985 of file SolveLogOuterClass.java.

◆ hasActiveDualVariableCount()

boolean operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8928 of file SolveLogOuterClass.java.

◆ hasActivePrimalVariableChange()

boolean operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8956 of file SolveLogOuterClass.java.

◆ hasActivePrimalVariableCount()

boolean operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8901 of file SolveLogOuterClass.java.

◆ hashCode()

int operations_research.pdlp.SolveLogOuterClass.PointMetadata.hashCode ( )

Definition at line 9145 of file SolveLogOuterClass.java.

◆ hasPointType()

boolean operations_research.pdlp.SolveLogOuterClass.PointMetadata.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 8790 of file SolveLogOuterClass.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 8773 of file SolveLogOuterClass.java.

◆ isInitialized()

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

Definition at line 9004 of file SolveLogOuterClass.java.

◆ newBuilder() [1/2]

static Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.newBuilder ( )
static

Definition at line 9262 of file SolveLogOuterClass.java.

◆ newBuilder() [2/2]

static Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.newBuilder ( operations_research.pdlp.SolveLogOuterClass.PointMetadata prototype)
static

Definition at line 9265 of file SolveLogOuterClass.java.

◆ newBuilderForType() [1/2]

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

Definition at line 9261 of file SolveLogOuterClass.java.

◆ newBuilderForType() [2/2]

Builder operations_research.pdlp.SolveLogOuterClass.PointMetadata.newBuilderForType ( com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected

Definition at line 9275 of file SolveLogOuterClass.java.

◆ newInstance()

java.lang.Object operations_research.pdlp.SolveLogOuterClass.PointMetadata.newInstance ( UnusedPrivateParameter unused)
protected

Definition at line 8761 of file SolveLogOuterClass.java.

◆ parseDelimitedFrom() [1/2]

static operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.parseDelimitedFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 9233 of file SolveLogOuterClass.java.

◆ parseDelimitedFrom() [2/2]

static operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.parseDelimitedFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 9239 of file SolveLogOuterClass.java.

◆ parseFrom() [1/10]

static operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.parseFrom ( byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 9210 of file SolveLogOuterClass.java.

◆ parseFrom() [2/10]

static operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.parseFrom ( byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 9214 of file SolveLogOuterClass.java.

◆ parseFrom() [3/10]

static operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.parseFrom ( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 9199 of file SolveLogOuterClass.java.

◆ parseFrom() [4/10]

static operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.parseFrom ( com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 9204 of file SolveLogOuterClass.java.

◆ parseFrom() [5/10]

static operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.parseFrom ( com.google.protobuf.CodedInputStream input) throws java.io.IOException
static

Definition at line 9246 of file SolveLogOuterClass.java.

◆ parseFrom() [6/10]

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

Definition at line 9252 of file SolveLogOuterClass.java.

◆ parseFrom() [7/10]

static operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.parseFrom ( java.io.InputStream input) throws java.io.IOException
static

Definition at line 9220 of file SolveLogOuterClass.java.

◆ parseFrom() [8/10]

static operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.parseFrom ( java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws java.io.IOException
static

Definition at line 9225 of file SolveLogOuterClass.java.

◆ parseFrom() [9/10]

static operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.parseFrom ( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 9188 of file SolveLogOuterClass.java.

◆ parseFrom() [10/10]

static operations_research.pdlp.SolveLogOuterClass.PointMetadata operations_research.pdlp.SolveLogOuterClass.PointMetadata.parseFrom ( java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry ) throws com.google.protobuf.InvalidProtocolBufferException
static

Definition at line 9193 of file SolveLogOuterClass.java.

◆ parser()

static com.google.protobuf.Parser< PointMetadata > operations_research.pdlp.SolveLogOuterClass.PointMetadata.parser ( )
static

Definition at line 10149 of file SolveLogOuterClass.java.

◆ toBuilder()

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

Definition at line 9269 of file SolveLogOuterClass.java.

◆ writeTo()

void operations_research.pdlp.SolveLogOuterClass.PointMetadata.writeTo ( com.google.protobuf.CodedOutputStream output) throws java.io.IOException

Definition at line 9014 of file SolveLogOuterClass.java.

Member Data Documentation

◆ ACTIVE_DUAL_VARIABLE_CHANGE_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.PointMetadata.ACTIVE_DUAL_VARIABLE_CHANGE_FIELD_NUMBER = 7
static

Definition at line 8973 of file SolveLogOuterClass.java.

◆ ACTIVE_DUAL_VARIABLE_COUNT_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.PointMetadata.ACTIVE_DUAL_VARIABLE_COUNT_FIELD_NUMBER = 5
static

Definition at line 8917 of file SolveLogOuterClass.java.

◆ ACTIVE_PRIMAL_VARIABLE_CHANGE_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.PointMetadata.ACTIVE_PRIMAL_VARIABLE_CHANGE_FIELD_NUMBER = 6
static

Definition at line 8944 of file SolveLogOuterClass.java.

◆ ACTIVE_PRIMAL_VARIABLE_COUNT_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.PointMetadata.ACTIVE_PRIMAL_VARIABLE_COUNT_FIELD_NUMBER = 4
static

Definition at line 8890 of file SolveLogOuterClass.java.

◆ PARSER

final com.google.protobuf.Parser<PointMetadata> operations_research.pdlp.SolveLogOuterClass.PointMetadata.PARSER
static
Initial value:
= new com.google.protobuf.AbstractParser<PointMetadata>() {
@java.lang.Override
public PointMetadata parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
}

Definition at line 10128 of file SolveLogOuterClass.java.

◆ POINT_TYPE_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.PointMetadata.POINT_TYPE_FIELD_NUMBER = 1
static

Definition at line 8780 of file SolveLogOuterClass.java.

◆ RANDOM_DUAL_PROJECTIONS_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.PointMetadata.RANDOM_DUAL_PROJECTIONS_FIELD_NUMBER = 3
static

Definition at line 8848 of file SolveLogOuterClass.java.

◆ RANDOM_PRIMAL_PROJECTIONS_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.PointMetadata.RANDOM_PRIMAL_PROJECTIONS_FIELD_NUMBER = 2
static

Definition at line 8806 of file SolveLogOuterClass.java.


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