Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Go to the source code of this file.
Classes | |
class | Google.OrTools.PDLP.SolveLogReflection |
Holder for reflection information generated from ortools/pdlp/solve_log.proto. More... | |
class | Google.OrTools.PDLP.QuadraticProgramStats |
Easy-to-compute statistics for the quadratic program. More... | |
class | Google.OrTools.PDLP.ConvergenceInformation |
Information measuring how close a candidate is to establishing feasibility and optimality; see also TerminationCriteria. More... | |
class | Google.OrTools.PDLP.InfeasibilityInformation |
Information measuring how close a point is to establishing primal or dual infeasibility (i.e. has no solution); see also TerminationCriteria. More... | |
class | Google.OrTools.PDLP.PointMetadata |
class | Google.OrTools.PDLP.IterationStats |
All values in IterationStats assume that the primal quadratic program is a minimization problem and the dual is a maximization problem. Problems should be transformed to this form if they are not already in this form. The dual vector is defined to be the vector of multipliers on the linear constraints, that is, excluding dual multipliers on variable bounds (reduced costs). More... | |
class | Google.OrTools.PDLP.FeasibilityPolishingDetails |
Details about one primal feasibility or dual feasibility polishing phase within a solve with use_feasibility_polishing . See SolveLog for descriptions of the fields with the same name. More... | |
class | Google.OrTools.PDLP.SolveLog |
Namespaces | |
namespace | |
namespace | Google.OrTools |
namespace | Google.OrTools.PDLP |