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

Classes

class  Builder
 

Public Member Functions

boolean hasCandidateType ()
 
operations_research.pdlp.SolveLogOuterClass.PointType getCandidateType ()
 
boolean hasPrimalObjective ()
 
double getPrimalObjective ()
 
boolean hasDualObjective ()
 
double getDualObjective ()
 
boolean hasCorrectedDualObjective ()
 
double getCorrectedDualObjective ()
 
boolean hasLInfPrimalResidual ()
 
double getLInfPrimalResidual ()
 
boolean hasL2PrimalResidual ()
 
double getL2PrimalResidual ()
 
boolean hasLInfComponentwisePrimalResidual ()
 
double getLInfComponentwisePrimalResidual ()
 
boolean hasLInfDualResidual ()
 
double getLInfDualResidual ()
 
boolean hasL2DualResidual ()
 
double getL2DualResidual ()
 
boolean hasLInfComponentwiseDualResidual ()
 
double getLInfComponentwiseDualResidual ()
 
boolean hasLInfPrimalVariable ()
 
double getLInfPrimalVariable ()
 
boolean hasL2PrimalVariable ()
 
double getL2PrimalVariable ()
 
boolean hasLInfDualVariable ()
 
double getLInfDualVariable ()
 
boolean hasL2DualVariable ()
 
double getL2DualVariable ()
 
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< ConvergenceInformationgetParserForType ()
 
operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation getDefaultInstanceForType ()
 

Static Public Member Functions

static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
 
static operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
 
static operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
 
static operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
 
static operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
 
static operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation parseFrom (java.io.InputStream input) throws java.io.IOException
 
static operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException
 
static operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
 
static operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException
 
static operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation 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.ConvergenceInformation prototype)
 
static operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation getDefaultInstance ()
 
static com.google.protobuf.Parser< ConvergenceInformationparser ()
 

Static Public Attributes

static final int CANDIDATE_TYPE_FIELD_NUMBER = 1
 
static final int PRIMAL_OBJECTIVE_FIELD_NUMBER = 2
 
static final int DUAL_OBJECTIVE_FIELD_NUMBER = 3
 
static final int CORRECTED_DUAL_OBJECTIVE_FIELD_NUMBER = 4
 
static final int L_INF_PRIMAL_RESIDUAL_FIELD_NUMBER = 5
 
static final int L2_PRIMAL_RESIDUAL_FIELD_NUMBER = 6
 
static final int L_INF_COMPONENTWISE_PRIMAL_RESIDUAL_FIELD_NUMBER = 24
 
static final int L_INF_DUAL_RESIDUAL_FIELD_NUMBER = 7
 
static final int L2_DUAL_RESIDUAL_FIELD_NUMBER = 8
 
static final int L_INF_COMPONENTWISE_DUAL_RESIDUAL_FIELD_NUMBER = 25
 
static final int L_INF_PRIMAL_VARIABLE_FIELD_NUMBER = 14
 
static final int L2_PRIMAL_VARIABLE_FIELD_NUMBER = 15
 
static final int L_INF_DUAL_VARIABLE_FIELD_NUMBER = 16
 
static final int L2_DUAL_VARIABLE_FIELD_NUMBER = 17
 
static final com.google.protobuf.Parser< ConvergenceInformationPARSER
 

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

Information measuring how close a candidate is to establishing feasibility
and optimality; see also TerminationCriteria.

Protobuf type operations_research.pdlp.ConvergenceInformation

Definition at line 5060 of file SolveLogOuterClass.java.

Member Function Documentation

◆ equals()

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

Definition at line 5642 of file SolveLogOuterClass.java.

◆ getCandidateType()

operations_research.pdlp.SolveLogOuterClass.PointType operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getCandidateType ( )
Type of the candidate point described by this ConvergenceInformation.

optional .operations_research.pdlp.PointType candidate_type = 1;

Returns
The candidateType.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5115 of file SolveLogOuterClass.java.

◆ getCorrectedDualObjective()

double operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getCorrectedDualObjective ( )
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound. The value is negative infinity if no corrected dual
bound is available.

optional double corrected_dual_objective = 4;

Returns
The correctedDualObjective.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5211 of file SolveLogOuterClass.java.

◆ getDefaultInstance()

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

Definition at line 7157 of file SolveLogOuterClass.java.

◆ getDefaultInstanceForType()

operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getDefaultInstanceForType ( )

Definition at line 7193 of file SolveLogOuterClass.java.

◆ getDescriptor()

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

Definition at line 5081 of file SolveLogOuterClass.java.

◆ getDualObjective()

double operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getDualObjective ( )
The dual objective. The dual need not be feasible. The dual objective
includes the contributions from reduced costs.
NOTE: The definition of dual_objective changed in OR-tools version 9.8.
See
https://developers.google.com/optimization/lp/pdlp_math#reduced_costs_dual_residuals_and_the_corrected_dual_objective
for details.

optional double dual_objective = 3;

Returns
The dualObjective.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5180 of file SolveLogOuterClass.java.

◆ getL2DualResidual()

double operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getL2DualResidual ( )
The l_2 norm of the violations of dual constraints.

optional double l2_dual_residual = 8;

Returns
The l2DualResidual.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5358 of file SolveLogOuterClass.java.

◆ getL2DualVariable()

double operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getL2DualVariable ( )
The l_2 norm of the dual variables.

optional double l2_dual_variable = 17;

Returns
The l2DualVariable.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5511 of file SolveLogOuterClass.java.

◆ getL2PrimalResidual()

double operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getL2PrimalResidual ( )
The l_2 norm of the violations of primal constraints.

optional double l2_primal_residual = 6;

Returns
The l2PrimalResidual.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5267 of file SolveLogOuterClass.java.

◆ getL2PrimalVariable()

double operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getL2PrimalVariable ( )
The l_2 norm of the primal variables.

optional double l2_primal_variable = 15;

Returns
The l2PrimalVariable.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5451 of file SolveLogOuterClass.java.

◆ getLInfComponentwiseDualResidual()

double operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getLInfComponentwiseDualResidual ( )
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
          / eps_optimal_dual_residual_relative

optional double l_inf_componentwise_dual_residual = 25;

Returns
The lInfComponentwiseDualResidual.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5391 of file SolveLogOuterClass.java.

◆ getLInfComponentwisePrimalResidual()

double operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getLInfComponentwisePrimalResidual ( )
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
          / eps_optimal_primal_residual_relative
and bound is the violated bound.

optional double l_inf_componentwise_primal_residual = 24;

Returns
The lInfComponentwisePrimalResidual.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5302 of file SolveLogOuterClass.java.

◆ getLInfDualResidual()

double operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getLInfDualResidual ( )
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.

optional double l_inf_dual_residual = 7;

Returns
The lInfDualResidual.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5331 of file SolveLogOuterClass.java.

◆ getLInfDualVariable()

double operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getLInfDualVariable ( )
The maximum absolute value of the dual variables, i.e., the l_∞ norm. This
is useful to detect when the dual iterates are diverging. Divergence of the
dual variables could be an algorithmic issue, or indicate the primal is
infeasible.

optional double l_inf_dual_variable = 16;

Returns
The lInfDualVariable.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5484 of file SolveLogOuterClass.java.

◆ getLInfPrimalResidual()

double operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getLInfPrimalResidual ( )
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.

optional double l_inf_primal_residual = 5;

Returns
The lInfPrimalResidual.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5240 of file SolveLogOuterClass.java.

◆ getLInfPrimalVariable()

double operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getLInfPrimalVariable ( )
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
This is useful to detect when the primal iterates are diverging. Divergence
of the primal variables could be an algorithmic issue, or indicate that the
dual is infeasible.

optional double l_inf_primal_variable = 14;

Returns
The lInfPrimalVariable.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5424 of file SolveLogOuterClass.java.

◆ getParserForType()

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

Definition at line 7188 of file SolveLogOuterClass.java.

◆ getPrimalObjective()

double operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.getPrimalObjective ( )
The primal objective. The primal need not be feasible.

optional double primal_objective = 2;

Returns
The primalObjective.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5143 of file SolveLogOuterClass.java.

◆ getSerializedSize()

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

Definition at line 5575 of file SolveLogOuterClass.java.

◆ hasCandidateType()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasCandidateType ( )
Type of the candidate point described by this ConvergenceInformation.

optional .operations_research.pdlp.PointType candidate_type = 1;

Returns
Whether the candidateType field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5104 of file SolveLogOuterClass.java.

◆ hasCorrectedDualObjective()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasCorrectedDualObjective ( )
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound. The value is negative infinity if no corrected dual
bound is available.

optional double corrected_dual_objective = 4;

Returns
Whether the correctedDualObjective field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5197 of file SolveLogOuterClass.java.

◆ hasDualObjective()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasDualObjective ( )
The dual objective. The dual need not be feasible. The dual objective
includes the contributions from reduced costs.
NOTE: The definition of dual_objective changed in OR-tools version 9.8.
See
https://developers.google.com/optimization/lp/pdlp_math#reduced_costs_dual_residuals_and_the_corrected_dual_objective
for details.

optional double dual_objective = 3;

Returns
Whether the dualObjective field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5163 of file SolveLogOuterClass.java.

◆ hashCode()

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

Definition at line 5738 of file SolveLogOuterClass.java.

◆ hasL2DualResidual()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasL2DualResidual ( )
The l_2 norm of the violations of dual constraints.

optional double l2_dual_residual = 8;

Returns
Whether the l2DualResidual field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5346 of file SolveLogOuterClass.java.

◆ hasL2DualVariable()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasL2DualVariable ( )
The l_2 norm of the dual variables.

optional double l2_dual_variable = 17;

Returns
Whether the l2DualVariable field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5499 of file SolveLogOuterClass.java.

◆ hasL2PrimalResidual()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasL2PrimalResidual ( )
The l_2 norm of the violations of primal constraints.

optional double l2_primal_residual = 6;

Returns
Whether the l2PrimalResidual field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5255 of file SolveLogOuterClass.java.

◆ hasL2PrimalVariable()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasL2PrimalVariable ( )
The l_2 norm of the primal variables.

optional double l2_primal_variable = 15;

Returns
Whether the l2PrimalVariable field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5439 of file SolveLogOuterClass.java.

◆ hasLInfComponentwiseDualResidual()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasLInfComponentwiseDualResidual ( )
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
          / eps_optimal_dual_residual_relative

optional double l_inf_componentwise_dual_residual = 25;

Returns
Whether the lInfComponentwiseDualResidual field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5376 of file SolveLogOuterClass.java.

◆ hasLInfComponentwisePrimalResidual()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasLInfComponentwisePrimalResidual ( )
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
          / eps_optimal_primal_residual_relative
and bound is the violated bound.

optional double l_inf_componentwise_primal_residual = 24;

Returns
Whether the lInfComponentwisePrimalResidual field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5286 of file SolveLogOuterClass.java.

◆ hasLInfDualResidual()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasLInfDualResidual ( )
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.

optional double l_inf_dual_residual = 7;

Returns
Whether the lInfDualResidual field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5318 of file SolveLogOuterClass.java.

◆ hasLInfDualVariable()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasLInfDualVariable ( )
The maximum absolute value of the dual variables, i.e., the l_∞ norm. This
is useful to detect when the dual iterates are diverging. Divergence of the
dual variables could be an algorithmic issue, or indicate the primal is
infeasible.

optional double l_inf_dual_variable = 16;

Returns
Whether the lInfDualVariable field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5469 of file SolveLogOuterClass.java.

◆ hasLInfPrimalResidual()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasLInfPrimalResidual ( )
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.

optional double l_inf_primal_residual = 5;

Returns
Whether the lInfPrimalResidual field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5227 of file SolveLogOuterClass.java.

◆ hasLInfPrimalVariable()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasLInfPrimalVariable ( )
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
This is useful to detect when the primal iterates are diverging. Divergence
of the primal variables could be an algorithmic issue, or indicate that the
dual is infeasible.

optional double l_inf_primal_variable = 14;

Returns
Whether the lInfPrimalVariable field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5409 of file SolveLogOuterClass.java.

◆ hasPrimalObjective()

boolean operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.hasPrimalObjective ( )
The primal objective. The primal need not be feasible.

optional double primal_objective = 2;

Returns
Whether the primalObjective field is set.

Implements operations_research.pdlp.SolveLogOuterClass.ConvergenceInformationOrBuilder.

Definition at line 5131 of file SolveLogOuterClass.java.

◆ internalGetFieldAccessorTable()

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

Definition at line 5087 of file SolveLogOuterClass.java.

◆ isInitialized()

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

Definition at line 5517 of file SolveLogOuterClass.java.

◆ newBuilder() [1/2]

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

Definition at line 5892 of file SolveLogOuterClass.java.

◆ newBuilder() [2/2]

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

Definition at line 5895 of file SolveLogOuterClass.java.

◆ newBuilderForType() [1/2]

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

Definition at line 5891 of file SolveLogOuterClass.java.

◆ newBuilderForType() [2/2]

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

Definition at line 5905 of file SolveLogOuterClass.java.

◆ newInstance()

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

Definition at line 5075 of file SolveLogOuterClass.java.

◆ parseDelimitedFrom() [1/2]

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

Definition at line 5863 of file SolveLogOuterClass.java.

◆ parseDelimitedFrom() [2/2]

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

Definition at line 5869 of file SolveLogOuterClass.java.

◆ parseFrom() [1/10]

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

Definition at line 5840 of file SolveLogOuterClass.java.

◆ parseFrom() [2/10]

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

Definition at line 5844 of file SolveLogOuterClass.java.

◆ parseFrom() [3/10]

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

Definition at line 5829 of file SolveLogOuterClass.java.

◆ parseFrom() [4/10]

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

Definition at line 5834 of file SolveLogOuterClass.java.

◆ parseFrom() [5/10]

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

Definition at line 5876 of file SolveLogOuterClass.java.

◆ parseFrom() [6/10]

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

Definition at line 5882 of file SolveLogOuterClass.java.

◆ parseFrom() [7/10]

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

Definition at line 5850 of file SolveLogOuterClass.java.

◆ parseFrom() [8/10]

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

Definition at line 5855 of file SolveLogOuterClass.java.

◆ parseFrom() [9/10]

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

Definition at line 5818 of file SolveLogOuterClass.java.

◆ parseFrom() [10/10]

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

Definition at line 5823 of file SolveLogOuterClass.java.

◆ parser()

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

Definition at line 7183 of file SolveLogOuterClass.java.

◆ toBuilder()

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

Definition at line 5899 of file SolveLogOuterClass.java.

◆ writeTo()

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

Definition at line 5527 of file SolveLogOuterClass.java.

Member Data Documentation

◆ CANDIDATE_TYPE_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.CANDIDATE_TYPE_FIELD_NUMBER = 1
static

Definition at line 5094 of file SolveLogOuterClass.java.

◆ CORRECTED_DUAL_OBJECTIVE_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.CORRECTED_DUAL_OBJECTIVE_FIELD_NUMBER = 4
static

Definition at line 5184 of file SolveLogOuterClass.java.

◆ DUAL_OBJECTIVE_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.DUAL_OBJECTIVE_FIELD_NUMBER = 3
static

Definition at line 5147 of file SolveLogOuterClass.java.

◆ L2_DUAL_RESIDUAL_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.L2_DUAL_RESIDUAL_FIELD_NUMBER = 8
static

Definition at line 5335 of file SolveLogOuterClass.java.

◆ L2_DUAL_VARIABLE_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.L2_DUAL_VARIABLE_FIELD_NUMBER = 17
static

Definition at line 5488 of file SolveLogOuterClass.java.

◆ L2_PRIMAL_RESIDUAL_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.L2_PRIMAL_RESIDUAL_FIELD_NUMBER = 6
static

Definition at line 5244 of file SolveLogOuterClass.java.

◆ L2_PRIMAL_VARIABLE_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.L2_PRIMAL_VARIABLE_FIELD_NUMBER = 15
static

Definition at line 5428 of file SolveLogOuterClass.java.

◆ L_INF_COMPONENTWISE_DUAL_RESIDUAL_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.L_INF_COMPONENTWISE_DUAL_RESIDUAL_FIELD_NUMBER = 25
static

Definition at line 5362 of file SolveLogOuterClass.java.

◆ L_INF_COMPONENTWISE_PRIMAL_RESIDUAL_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.L_INF_COMPONENTWISE_PRIMAL_RESIDUAL_FIELD_NUMBER = 24
static

Definition at line 5271 of file SolveLogOuterClass.java.

◆ L_INF_DUAL_RESIDUAL_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.L_INF_DUAL_RESIDUAL_FIELD_NUMBER = 7
static

Definition at line 5306 of file SolveLogOuterClass.java.

◆ L_INF_DUAL_VARIABLE_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.L_INF_DUAL_VARIABLE_FIELD_NUMBER = 16
static

Definition at line 5455 of file SolveLogOuterClass.java.

◆ L_INF_PRIMAL_RESIDUAL_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.L_INF_PRIMAL_RESIDUAL_FIELD_NUMBER = 5
static

Definition at line 5215 of file SolveLogOuterClass.java.

◆ L_INF_PRIMAL_VARIABLE_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.L_INF_PRIMAL_VARIABLE_FIELD_NUMBER = 14
static

Definition at line 5395 of file SolveLogOuterClass.java.

◆ PARSER

final com.google.protobuf.Parser<ConvergenceInformation> operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.PARSER
static
Initial value:
= new com.google.protobuf.AbstractParser<ConvergenceInformation>() {
@java.lang.Override
public ConvergenceInformation 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 7162 of file SolveLogOuterClass.java.

◆ PRIMAL_OBJECTIVE_FIELD_NUMBER

final int operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.PRIMAL_OBJECTIVE_FIELD_NUMBER = 2
static

Definition at line 5120 of file SolveLogOuterClass.java.


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