Uses of Interface
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
Packages that use InfeasibilityInformationOrBuilder
-
Uses of InfeasibilityInformationOrBuilder in com.google.ortools.pdlp
Classes in com.google.ortools.pdlp that implement InfeasibilityInformationOrBuilderModifier and TypeClassDescriptionfinal class
Information measuring how close a point is to establishing primal or dual infeasibility (i.e. has no solution); see also TerminationCriteria.static final class
Information measuring how close a point is to establishing primal or dual infeasibility (i.e. has no solution); see also TerminationCriteria.Methods in com.google.ortools.pdlp that return InfeasibilityInformationOrBuilderModifier and TypeMethodDescriptionIterationStats.Builder.getInfeasibilityInformationOrBuilder
(int index) A set of statistics measuring how close a point is to establishing primal or dual infeasibility (i.e., has no solution).IterationStats.getInfeasibilityInformationOrBuilder
(int index) A set of statistics measuring how close a point is to establishing primal or dual infeasibility (i.e., has no solution).IterationStatsOrBuilder.getInfeasibilityInformationOrBuilder
(int index) A set of statistics measuring how close a point is to establishing primal or dual infeasibility (i.e., has no solution).Methods in com.google.ortools.pdlp that return types with arguments of type InfeasibilityInformationOrBuilderModifier and TypeMethodDescriptionList
<? extends InfeasibilityInformationOrBuilder> IterationStats.Builder.getInfeasibilityInformationOrBuilderList()
A set of statistics measuring how close a point is to establishing primal or dual infeasibility (i.e., has no solution).List
<? extends InfeasibilityInformationOrBuilder> IterationStats.getInfeasibilityInformationOrBuilderList()
A set of statistics measuring how close a point is to establishing primal or dual infeasibility (i.e., has no solution).List
<? extends InfeasibilityInformationOrBuilder> IterationStatsOrBuilder.getInfeasibilityInformationOrBuilderList()
A set of statistics measuring how close a point is to establishing primal or dual infeasibility (i.e., has no solution).