Definition at line 3568 of file SolveLog.pb.cs.
◆ PointMetadata() [1/2]
Google.OrTools.PDLP.PointMetadata.PointMetadata |
( |
| ) |
|
|
inline |
◆ PointMetadata() [2/2]
Google.OrTools.PDLP.PointMetadata.PointMetadata |
( |
PointMetadata | other | ) |
|
|
inline |
◆ CalculateSize()
int Google.OrTools.PDLP.PointMetadata.CalculateSize |
( |
| ) |
|
|
inline |
◆ ClearActiveDualVariableChange()
void Google.OrTools.PDLP.PointMetadata.ClearActiveDualVariableChange |
( |
| ) |
|
|
inline |
Clears the value of the "active_dual_variable_change" field.
Definition at line 3796 of file SolveLog.pb.cs.
◆ ClearActiveDualVariableCount()
void Google.OrTools.PDLP.PointMetadata.ClearActiveDualVariableCount |
( |
| ) |
|
|
inline |
Clears the value of the "active_dual_variable_count" field.
Definition at line 3734 of file SolveLog.pb.cs.
◆ ClearActivePrimalVariableChange()
void Google.OrTools.PDLP.PointMetadata.ClearActivePrimalVariableChange |
( |
| ) |
|
|
inline |
Clears the value of the "active_primal_variable_change" field.
Definition at line 3765 of file SolveLog.pb.cs.
◆ ClearActivePrimalVariableCount()
void Google.OrTools.PDLP.PointMetadata.ClearActivePrimalVariableCount |
( |
| ) |
|
|
inline |
Clears the value of the "active_primal_variable_count" field.
Definition at line 3704 of file SolveLog.pb.cs.
◆ ClearPointType()
void Google.OrTools.PDLP.PointMetadata.ClearPointType |
( |
| ) |
|
|
inline |
Clears the value of the "point_type" field.
Definition at line 3646 of file SolveLog.pb.cs.
◆ Clone()
◆ Equals() [1/2]
override bool Google.OrTools.PDLP.PointMetadata.Equals |
( |
object | other | ) |
|
|
inline |
◆ Equals() [2/2]
bool Google.OrTools.PDLP.PointMetadata.Equals |
( |
PointMetadata | other | ) |
|
|
inline |
◆ GetHashCode()
override int Google.OrTools.PDLP.PointMetadata.GetHashCode |
( |
| ) |
|
|
inline |
◆ MergeFrom() [1/2]
void Google.OrTools.PDLP.PointMetadata.MergeFrom |
( |
pb.CodedInputStream | input | ) |
|
|
inline |
◆ MergeFrom() [2/2]
void Google.OrTools.PDLP.PointMetadata.MergeFrom |
( |
PointMetadata | other | ) |
|
|
inline |
◆ ToString()
override string Google.OrTools.PDLP.PointMetadata.ToString |
( |
| ) |
|
|
inline |
◆ WriteTo()
void Google.OrTools.PDLP.PointMetadata.WriteTo |
( |
pb.CodedOutputStream | output | ) |
|
|
inline |
◆ ActiveDualVariableChangeFieldNumber
const int Google.OrTools.PDLP.PointMetadata.ActiveDualVariableChangeFieldNumber = 7 |
|
static |
Field number for the "active_dual_variable_change" field.
Definition at line 3770 of file SolveLog.pb.cs.
◆ ActiveDualVariableCountFieldNumber
const int Google.OrTools.PDLP.PointMetadata.ActiveDualVariableCountFieldNumber = 5 |
|
static |
Field number for the "active_dual_variable_count" field.
Definition at line 3709 of file SolveLog.pb.cs.
◆ ActivePrimalVariableChangeFieldNumber
const int Google.OrTools.PDLP.PointMetadata.ActivePrimalVariableChangeFieldNumber = 6 |
|
static |
Field number for the "active_primal_variable_change" field.
Definition at line 3739 of file SolveLog.pb.cs.
◆ ActivePrimalVariableCountFieldNumber
const int Google.OrTools.PDLP.PointMetadata.ActivePrimalVariableCountFieldNumber = 4 |
|
static |
Field number for the "active_primal_variable_count" field.
Definition at line 3679 of file SolveLog.pb.cs.
◆ PointTypeFieldNumber
const int Google.OrTools.PDLP.PointMetadata.PointTypeFieldNumber = 1 |
|
static |
◆ RandomDualProjectionsFieldNumber
const int Google.OrTools.PDLP.PointMetadata.RandomDualProjectionsFieldNumber = 3 |
|
static |
Field number for the "random_dual_projections" field.
Definition at line 3665 of file SolveLog.pb.cs.
◆ RandomPrimalProjectionsFieldNumber
const int Google.OrTools.PDLP.PointMetadata.RandomPrimalProjectionsFieldNumber = 2 |
|
static |
Field number for the "random_primal_projections" field.
Definition at line 3651 of file SolveLog.pb.cs.
◆ ActiveDualVariableChange
long Google.OrTools.PDLP.PointMetadata.ActiveDualVariableChange |
|
getset |
The number of dual variables that have a different bound status than they did at the last restart.
Definition at line 3780 of file SolveLog.pb.cs.
◆ ActiveDualVariableCount
long Google.OrTools.PDLP.PointMetadata.ActiveDualVariableCount |
|
getset |
The number of dual variables that are not at their bounds.
Definition at line 3718 of file SolveLog.pb.cs.
◆ ActivePrimalVariableChange
long Google.OrTools.PDLP.PointMetadata.ActivePrimalVariableChange |
|
getset |
The number of primal variables that have a different bound status than they did at the last restart.
Definition at line 3749 of file SolveLog.pb.cs.
◆ ActivePrimalVariableCount
long Google.OrTools.PDLP.PointMetadata.ActivePrimalVariableCount |
|
getset |
The number of primal variables that are not at their bounds.
Definition at line 3688 of file SolveLog.pb.cs.
◆ Descriptor
pbr.MessageDescriptor Google.OrTools.PDLP.PointMetadata.Descriptor |
|
staticget |
◆ HasActiveDualVariableChange
bool Google.OrTools.PDLP.PointMetadata.HasActiveDualVariableChange |
|
get |
Gets whether the "active_dual_variable_change" field is set.
Definition at line 3790 of file SolveLog.pb.cs.
◆ HasActiveDualVariableCount
bool Google.OrTools.PDLP.PointMetadata.HasActiveDualVariableCount |
|
get |
Gets whether the "active_dual_variable_count" field is set.
Definition at line 3728 of file SolveLog.pb.cs.
◆ HasActivePrimalVariableChange
bool Google.OrTools.PDLP.PointMetadata.HasActivePrimalVariableChange |
|
get |
Gets whether the "active_primal_variable_change" field is set.
Definition at line 3759 of file SolveLog.pb.cs.
◆ HasActivePrimalVariableCount
bool Google.OrTools.PDLP.PointMetadata.HasActivePrimalVariableCount |
|
get |
Gets whether the "active_primal_variable_count" field is set.
Definition at line 3698 of file SolveLog.pb.cs.
◆ HasPointType
bool Google.OrTools.PDLP.PointMetadata.HasPointType |
|
get |
Gets whether the "point_type" field is set.
Definition at line 3640 of file SolveLog.pb.cs.
◆ Parser
pb.MessageParser<PointMetadata> Google.OrTools.PDLP.PointMetadata.Parser |
|
staticget |
◆ PointType
global.Google.OrTools.PDLP.PointType Google.OrTools.PDLP.PointMetadata.PointType |
|
getset |
Type of the point that this metadata corresponds to.
Definition at line 3630 of file SolveLog.pb.cs.
◆ RandomDualProjections
pbc.RepeatedField<double> Google.OrTools.PDLP.PointMetadata.RandomDualProjections |
|
get |
Projections of the dual solution onto random planes.
Definition at line 3674 of file SolveLog.pb.cs.
◆ RandomPrimalProjections
pbc.RepeatedField<double> Google.OrTools.PDLP.PointMetadata.RandomPrimalProjections |
|
get |
Projections of the primal solution onto random planes.
Definition at line 3660 of file SolveLog.pb.cs.
The documentation for this class was generated from the following file: