Uses of Class
operations_research.pdlp.SolveLogOuterClass.ConvergenceInformation.Builder
Packages that use SolveLogOuterClass.ConvergenceInformation.Builder
-
Uses of SolveLogOuterClass.ConvergenceInformation.Builder in operations_research.pdlp
Methods in operations_research.pdlp that return SolveLogOuterClass.ConvergenceInformation.BuilderModifier and TypeMethodDescriptionSolveLogOuterClass.IterationStats.Builder.addConvergenceInformationBuilder()A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.SolveLogOuterClass.IterationStats.Builder.addConvergenceInformationBuilder(int index) A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.SolveLogOuterClass.ConvergenceInformation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SolveLogOuterClass.ConvergenceInformation.Builder.clear()SolveLogOuterClass.ConvergenceInformation.Builder.clearCandidateType()Type of the candidate point described by this ConvergenceInformation.SolveLogOuterClass.ConvergenceInformation.Builder.clearCorrectedDualObjective()If possible (e.g., when all primal variables have lower and upper bounds), a correct dual bound.SolveLogOuterClass.ConvergenceInformation.Builder.clearDualObjective()The dual objective.SolveLogOuterClass.ConvergenceInformation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SolveLogOuterClass.ConvergenceInformation.Builder.clearL2DualResidual()The l_2 norm of the violations of dual constraints.SolveLogOuterClass.ConvergenceInformation.Builder.clearL2DualVariable()The l_2 norm of the dual variables.SolveLogOuterClass.ConvergenceInformation.Builder.clearL2PrimalResidual()The l_2 norm of the violations of primal constraints.SolveLogOuterClass.ConvergenceInformation.Builder.clearL2PrimalVariable()The l_2 norm of the primal variables.SolveLogOuterClass.ConvergenceInformation.Builder.clearLInfComponentwiseDualResidual()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_relativeSolveLogOuterClass.ConvergenceInformation.Builder.clearLInfComponentwisePrimalResidual()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.SolveLogOuterClass.ConvergenceInformation.Builder.clearLInfDualResidual()The maximum violation of any dual constraint, i.e., the l_∞ norm of the violations.SolveLogOuterClass.ConvergenceInformation.Builder.clearLInfDualVariable()The maximum absolute value of the dual variables, i.e., the l_∞ norm.SolveLogOuterClass.ConvergenceInformation.Builder.clearLInfPrimalResidual()The maximum violation of any primal constraint, i.e., the l_∞ norm of the violations.SolveLogOuterClass.ConvergenceInformation.Builder.clearLInfPrimalVariable()The maximum absolute value of the primal variables, i.e., the l_∞ norm.SolveLogOuterClass.ConvergenceInformation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SolveLogOuterClass.ConvergenceInformation.Builder.clearPrimalObjective()The primal objective.SolveLogOuterClass.ConvergenceInformation.Builder.clone()SolveLogOuterClass.IterationStats.Builder.getConvergenceInformationBuilder(int index) A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.SolveLogOuterClass.ConvergenceInformation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SolveLogOuterClass.ConvergenceInformation.Builder.mergeFrom(com.google.protobuf.Message other) SolveLogOuterClass.ConvergenceInformation.Builder.mergeFrom(SolveLogOuterClass.ConvergenceInformation other) SolveLogOuterClass.ConvergenceInformation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SolveLogOuterClass.ConvergenceInformation.newBuilder()SolveLogOuterClass.ConvergenceInformation.newBuilder(SolveLogOuterClass.ConvergenceInformation prototype) SolveLogOuterClass.ConvergenceInformation.newBuilderForType()SolveLogOuterClass.ConvergenceInformation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SolveLogOuterClass.ConvergenceInformation.Builder.setCandidateType(SolveLogOuterClass.PointType value) Type of the candidate point described by this ConvergenceInformation.SolveLogOuterClass.ConvergenceInformation.Builder.setCorrectedDualObjective(double value) If possible (e.g., when all primal variables have lower and upper bounds), a correct dual bound.SolveLogOuterClass.ConvergenceInformation.Builder.setDualObjective(double value) The dual objective.SolveLogOuterClass.ConvergenceInformation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SolveLogOuterClass.ConvergenceInformation.Builder.setL2DualResidual(double value) The l_2 norm of the violations of dual constraints.SolveLogOuterClass.ConvergenceInformation.Builder.setL2DualVariable(double value) The l_2 norm of the dual variables.SolveLogOuterClass.ConvergenceInformation.Builder.setL2PrimalResidual(double value) The l_2 norm of the violations of primal constraints.SolveLogOuterClass.ConvergenceInformation.Builder.setL2PrimalVariable(double value) The l_2 norm of the primal variables.SolveLogOuterClass.ConvergenceInformation.Builder.setLInfComponentwiseDualResidual(double value) 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_relativeSolveLogOuterClass.ConvergenceInformation.Builder.setLInfComponentwisePrimalResidual(double value) 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.SolveLogOuterClass.ConvergenceInformation.Builder.setLInfDualResidual(double value) The maximum violation of any dual constraint, i.e., the l_∞ norm of the violations.SolveLogOuterClass.ConvergenceInformation.Builder.setLInfDualVariable(double value) The maximum absolute value of the dual variables, i.e., the l_∞ norm.SolveLogOuterClass.ConvergenceInformation.Builder.setLInfPrimalResidual(double value) The maximum violation of any primal constraint, i.e., the l_∞ norm of the violations.SolveLogOuterClass.ConvergenceInformation.Builder.setLInfPrimalVariable(double value) The maximum absolute value of the primal variables, i.e., the l_∞ norm.SolveLogOuterClass.ConvergenceInformation.Builder.setPrimalObjective(double value) The primal objective.SolveLogOuterClass.ConvergenceInformation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SolveLogOuterClass.ConvergenceInformation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SolveLogOuterClass.ConvergenceInformation.toBuilder()Methods in operations_research.pdlp that return types with arguments of type SolveLogOuterClass.ConvergenceInformation.BuilderModifier and TypeMethodDescriptionSolveLogOuterClass.IterationStats.Builder.getConvergenceInformationBuilderList()A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.Methods in operations_research.pdlp with parameters of type SolveLogOuterClass.ConvergenceInformation.BuilderModifier and TypeMethodDescriptionSolveLogOuterClass.IterationStats.Builder.addConvergenceInformation(int index, SolveLogOuterClass.ConvergenceInformation.Builder builderForValue) A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.SolveLogOuterClass.IterationStats.Builder.addConvergenceInformation(SolveLogOuterClass.ConvergenceInformation.Builder builderForValue) A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.SolveLogOuterClass.IterationStats.Builder.setConvergenceInformation(int index, SolveLogOuterClass.ConvergenceInformation.Builder builderForValue) A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.