Google OR-Tools
v9.12
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.29.3
5
6
package
com.google.ortools.pdlp;
7
8
public
interface
InfeasibilityInformationOrBuilder
extends
9
// @@protoc_insertion_point(interface_extends:operations_research.pdlp.InfeasibilityInformation)
10
com.google.protobuf.MessageOrBuilder {
11
27
boolean
hasMaxPrimalRayInfeasibility
();
43
double
getMaxPrimalRayInfeasibility
();
44
55
boolean
hasPrimalRayLinearObjective
();
66
double
getPrimalRayLinearObjective
();
67
78
boolean
hasPrimalRayQuadraticNorm
();
89
double
getPrimalRayQuadraticNorm
();
90
108
boolean
hasMaxDualRayInfeasibility
();
126
double
getMaxDualRayInfeasibility
();
127
136
boolean
hasDualRayObjective
();
145
double
getDualRayObjective
();
146
155
boolean
hasCandidateType
();
164
com.google.ortools.pdlp.PointType
getCandidateType
();
165
}
com.google.ortools.pdlp.PointType
Definition
PointType.java:17
com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
Definition
InfeasibilityInformationOrBuilder.java:10
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.13.2