solver
SolverParams.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  solver::SolverIntParam {
  SolverIntParam_BnBMaxIters, SolverIntParam_EquilibrationIters, SolverIntParam_NumIterRefinementsLinSolve, SolverIntParam_MaxIters,
  SolverIntParam_WarmStartIters, SolverIntParam_SolverMaxIters, SolverIntParam_NumberRefinementsTrustRegion, SolverIntParam_ColNum,
  SolverIntParam_NumIter, SolverIntParam_NumRefsLinSolve, SolverIntParam_NumRefsLinSolveAffine, SolverIntParam_NumRefsLinSolveCorrector
}
 
enum  solver::SolverBoolParam { SolverBoolParam_Verbose, SolverBoolParam_BnBVerbose }
 
enum  solver::SolverDoubleParam {
  SolverDoubleParam_BnBIntegerTol, SolverDoubleParam_BnBAbsSubOptGap, SolverDoubleParam_BnBRelSubOptGap, SolverDoubleParam_FeasibilityTol,
  SolverDoubleParam_DualityGapAbsTol, SolverDoubleParam_DualityGapRelTol, SolverDoubleParam_FeasibilityTolInacc, SolverDoubleParam_DualityGapAbsTolInacc,
  SolverDoubleParam_DualityGapRelTolInacc, SolverDoubleParam_LinearSystemAccuracy, SolverDoubleParam_ErrorReductionFactor, SolverDoubleParam_StaticRegularization,
  SolverDoubleParam_DynamicRegularization, SolverDoubleParam_DynamicRegularizationThresh, SolverDoubleParam_SafeGuard, SolverDoubleParam_MinimumStepLength,
  SolverDoubleParam_MaximumStepLength, SolverDoubleParam_StepLengthScaling, SolverDoubleParam_MinimumCenteringStep, SolverDoubleParam_MaximumCenteringStep,
  SolverDoubleParam_TrustRegionThreshold, SolverDoubleParam_SoftConstraintWeightFull, SolverDoubleParam_SoftConstraintWeightReduced, SolverDoubleParam_X,
  SolverDoubleParam_LB, SolverDoubleParam_UB, SolverDoubleParam_Guess, SolverDoubleParam_Tau,
  SolverDoubleParam_Kappa, SolverDoubleParam_DualCost, SolverDoubleParam_PrimalCost, SolverDoubleParam_DualityGap,
  SolverDoubleParam_KappaOverTau, SolverDoubleParam_DualResidual, SolverDoubleParam_MeritFunction, SolverDoubleParam_PrimalResidual,
  SolverDoubleParam_DualInfeasibility, SolverDoubleParam_RelativeDualityGap, SolverDoubleParam_PrimalInfeasibility, SolverDoubleParam_StepLength,
  SolverDoubleParam_AffineStepLength, SolverDoubleParam_CorrectionStepLength
}
 

Detailed Description

Author
Brahayam Ponton (braha.nosp@m.yam..nosp@m.ponto.nosp@m.n@tu.nosp@m.ebing.nosp@m.en.m.nosp@m.pg.de)
License:
License BSD-3-Clause
Date
2019-10-06

Enumeration Type Documentation

Available boolean variables used by the optimizer

Available double variables used by the optimizer

Available integer variables used by the optimizer