solver
|
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 } |
Available boolean variables used by the optimizer
Available double variables used by the optimizer
Available integer variables used by the optimizer