Google OR-Tools
v9.14
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
// NO CHECKED-IN PROTOBUF GENCODE
3
// source: ortools/pdlp/solve_log.proto
4
// Protobuf Java Version: 4.31.1
5
6
package
com.google.ortools.pdlp;
7
8
@com.google.protobuf.Generated
9
public
interface
InfeasibilityInformationOrBuilder
extends
10
// @@protoc_insertion_point(interface_extends:operations_research.pdlp.InfeasibilityInformation)
11
com.google.protobuf.MessageOrBuilder {
12
28
boolean
hasMaxPrimalRayInfeasibility
();
44
double
getMaxPrimalRayInfeasibility
();
45
56
boolean
hasPrimalRayLinearObjective
();
67
double
getPrimalRayLinearObjective
();
68
79
boolean
hasPrimalRayQuadraticNorm
();
90
double
getPrimalRayQuadraticNorm
();
91
109
boolean
hasMaxDualRayInfeasibility
();
127
double
getMaxDualRayInfeasibility
();
128
137
boolean
hasDualRayObjective
();
146
double
getDualRayObjective
();
147
156
boolean
hasCandidateType
();
165
com.google.ortools.pdlp.PointType
getCandidateType
();
166
}
com.google.ortools.pdlp.PointType
Definition
PointType.java:18
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
Definition
InfeasibilityInformationOrBuilder.java:11
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.14.0