Google OR-Tools
v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
InfeasibilityInformationOrBuilder.java
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// source: ortools/pdlp/solve_log.proto
3
4
// Protobuf Java Version: 4.26.1
5
package
com.google.ortools.pdlp;
6
7
public
interface
InfeasibilityInformationOrBuilder
extends
8
// @@protoc_insertion_point(interface_extends:operations_research.pdlp.InfeasibilityInformation)
9
com.google.protobuf.MessageOrBuilder {
10
26
boolean
hasMaxPrimalRayInfeasibility
();
42
double
getMaxPrimalRayInfeasibility
();
43
54
boolean
hasPrimalRayLinearObjective
();
65
double
getPrimalRayLinearObjective
();
66
77
boolean
hasPrimalRayQuadraticNorm
();
88
double
getPrimalRayQuadraticNorm
();
89
107
boolean
hasMaxDualRayInfeasibility
();
125
double
getMaxDualRayInfeasibility
();
126
135
boolean
hasDualRayObjective
();
144
double
getDualRayObjective
();
145
154
boolean
hasCandidateType
();
163
com.google.ortools.pdlp.PointType
getCandidateType
();
164
}
com.google.ortools.pdlp.PointType
Definition
PointType.java:16
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
Definition
InfeasibilityInformationOrBuilder.java:9
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder.hasPrimalRayQuadraticNorm
boolean hasPrimalRayQuadraticNorm()
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder.getPrimalRayLinearObjective
double getPrimalRayLinearObjective()
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder.hasMaxPrimalRayInfeasibility
boolean hasMaxPrimalRayInfeasibility()
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder.getPrimalRayQuadraticNorm
double getPrimalRayQuadraticNorm()
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder.hasDualRayObjective
boolean hasDualRayObjective()
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder.hasMaxDualRayInfeasibility
boolean hasMaxDualRayInfeasibility()
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder.getMaxDualRayInfeasibility
double getMaxDualRayInfeasibility()
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder.getCandidateType
com.google.ortools.pdlp.PointType getCandidateType()
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder.getDualRayObjective
double getDualRayObjective()
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder.hasPrimalRayLinearObjective
boolean hasPrimalRayLinearObjective()
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder.getMaxPrimalRayInfeasibility
double getMaxPrimalRayInfeasibility()
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder.hasCandidateType
boolean hasCandidateType()
build
java
ortools-java
src
main
java
com
google
ortools
pdlp
InfeasibilityInformationOrBuilder.java
Generated by
1.12.0