Home
last modified time | relevance | path

Searched refs:getDblParam (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcParam.cpp307 model->getDblParam(OsiDualTolerance, oldValue); in setDoubleParameter()
311 model->getDblParam(OsiPrimalTolerance, oldValue); in setDoubleParameter()
397 oldValue = model.getDblParam(CbcModel::CbcIntegerTolerance); in setDoubleParameter()
401 oldValue = model.getDblParam(CbcModel::CbcCutoffIncrement); in setDoubleParameter()
405 oldValue = model.getDblParam(CbcModel::CbcAllowableGap); in setDoubleParameter()
409 oldValue = model.getDblParam(CbcModel::CbcMaximumSeconds); in setDoubleParameter()
432 value = model.getDblParam(CbcModel::CbcInfeasibilityWeight); in doubleParameter()
435 value = model.getDblParam(CbcModel::CbcIntegerTolerance); in doubleParameter()
438 value = model.getDblParam(CbcModel::CbcCutoffIncrement); in doubleParameter()
440 value = model.getDblParam(CbcModel::CbcAllowableGap); in doubleParameter()
[all …]
H A DCbcTreeLocal.cpp83 solver->getDblParam(OsiPrimalTolerance, primalTolerance); in CbcTreeLocal()
91 solver->getDblParam(OsiDualObjectiveLimit, value); in CbcTreeLocal()
96 savedGap_ = model_->getDblParam(CbcModel::CbcAllowableGap); in CbcTreeLocal()
439 double increment = model_->getDblParam(CbcModel::CbcCutoffIncrement); in empty()
676 model_->continuousSolver()->getDblParam(OsiObjOffset, objOffset); in endSearch()
700 solver->getDblParam(OsiPrimalTolerance, primalTolerance); in createCut()
944 solver->getDblParam(OsiPrimalTolerance, primalTolerance); in CbcTreeVariable()
952 solver->getDblParam(OsiDualObjectiveLimit, value); in CbcTreeVariable()
957 savedGap_ = model_->getDblParam(CbcModel::CbcAllowableGap); in CbcTreeVariable()
1300 double increment = model_->getDblParam(CbcModel::CbcCutoffIncrement); in empty()
[all …]
H A DCbcSimpleIntegerPseudoCost.cpp135 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in createCbcBranch()
181 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in infeasibility()
227 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in upEstimate()
252 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in downEstimate()
H A DCbcModel.hpp596 inline double getDblParam(CbcDblParam key) const in getDblParam() function in CbcModel
669 return getDblParam(CbcMaximumSeconds); in getMaximumSeconds()
689 return getDblParam(CbcIntegerTolerance); in getIntegerTolerance()
706 return getDblParam(CbcInfeasibilityWeight); in getInfeasibilityWeight()
721 return getDblParam(CbcAllowableGap); in getAllowableGap()
736 return getDblParam(CbcAllowableFractionGap); in getAllowableFractionGap()
750 return 100.0 * getDblParam(CbcAllowableFractionGap); in getAllowablePercentageGap()
764 return getDblParam(CbcHeuristicGap); in getHeuristicGap()
779 return getDblParam(CbcHeuristicFractionGap); in getHeuristicFractionGap()
795 return getDblParam(CbcCutoffIncrement); in getCutoffIncrement()
H A DCbcGenCbcParamUtils.cpp82 -1.0e20, 1.0e20, model->getDblParam(CbcModel::CbcCutoffIncrement)); in addCbcCbcParams()
92 0.0, 1.0e20, model->getDblParam(CbcModel::CbcInfeasibilityWeight)); in addCbcCbcParams()
102 1.0e-20, 0.5, model->getDblParam(CbcModel::CbcIntegerTolerance)); in addCbcCbcParams()
173 0.0, 1.0e20, model->getDblParam(CbcModel::CbcAllowableFractionGap)); in addCbcCbcParams()
H A DCbcHeuristicDivePseudoCost.cpp72 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in selectVariableToBranch()
202 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in fixOtherVariables()
204 solver->getDblParam(OsiPrimalTolerance, primalTolerance); in fixOtherVariables()
H A DCbcBranchLotsize.cpp54 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in printLotsize()
271 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in findRange()
430 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in infeasibility()
514 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in feasibleRegion()
592 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in notPreferredNewFeasible()
659 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in CbcLotsizeBranchingObject()
H A DCbcSimpleIntegerDynamicPseudoCost.cpp531 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in solverBranch()
585 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in infeasibility()
771 double minProductWeight = model_->getDblParam(CbcModel::CbcSmallChange); in infeasibility()
878 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in upEstimate()
902 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in downEstimate()
993 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in createUpdateInformation()
1020 solver->getDblParam(OsiDualObjectiveLimit, newData.cutoff_); in createUpdateInformation()
1600 model_->solver()->getDblParam(OsiPrimalTolerance, tolerance); in infeasibility()
1613 model_->solver()->getDblParam(OsiPrimalTolerance, tolerance); in infeasibility()
1742 solver->getDblParam(OsiPrimalTolerance, tolerance); in checkAssociatedBounds()
[all …]
H A DCbcHeuristicDive.cpp333 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in solution()
335 solver->getDblParam(OsiPrimalTolerance, primalTolerance); in solution()
609 solver->getDblParam(OsiDualTolerance, tolerance); in solution()
1033 solver->getDblParam(OsiObjOffset, objOffset); in solution()
1416 solver->getDblParam(OsiDualTolerance, tolerance); in reducedCostFix()
1420 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in reducedCostFix()
1492 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in fixOtherVariables()
1494 solver->getDblParam(OsiPrimalTolerance, primalTolerance); in fixOtherVariables()
1512 solver->getDblParam(OsiDualTolerance, tolerance); in fixOtherVariables()
H A DCbcMipStartIO.cpp344 lp->getDblParam(OsiObjOffset, offset); in computeCompleteSolution()
345 lp->getDblParam(OsiPrimalTolerance, primalTolerance) ; in computeCompleteSolution()
451 lp->getDblParam(OsiObjOffset, offset); in computeCompleteSolution()
452 lp->getDblParam(OsiPrimalTolerance, primalTolerance) ; in computeCompleteSolution()
H A DCbcSOS.cpp449 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in feasibleRegion()
453 double integerTolerance2 = model_->getDblParam(CbcModel::CbcIntegerTolerance); in feasibleRegion()
533 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in createCbcBranch()
645 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in createUpdateInformation()
667 solver->getDblParam(OsiDualObjectiveLimit, newData.cutoff_); in createUpdateInformation()
738 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in solverBranch()
H A DCbcHeuristicGreedy.cpp136 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in solution()
138 solver->getDblParam(OsiPrimalTolerance, primalTolerance); in solution()
150 solver->getDblParam(OsiObjOffset, offset); in solution()
544 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in solution()
546 solver->getDblParam(OsiPrimalTolerance, primalTolerance); in solution()
558 solver->getDblParam(OsiObjOffset, offset); in solution()
1053 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in solution()
1055 solver->getDblParam(OsiPrimalTolerance, primalTolerance); in solution()
1125 solver->getDblParam(OsiObjOffset, offset); in solution()
H A DCbcHeuristicDiveFractional.cpp71 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in selectVariableToBranch()
H A DCbcHeuristicDiveGuided.cpp82 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in selectVariableToBranch()
H A DCbcHeuristicDiveCoefficient.cpp75 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in selectVariableToBranch()
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/examples/Abc/
H A DAbcModel.h779 getDblParam(AbcModel::AbcIntegerTolerance); in checkInteger()
849 inline double getDblParam(AbcDblParam key) const { in getDblParam() function
863 solver_->getDblParam(OsiDualObjectiveLimit, value) ; in getCutoff()
900 return getDblParam(AbcIntegerTolerance); in getIntegerTolerance()
915 return getDblParam(AbcInfeasibilityWeight); in getInfeasibilityWeight()
928 return getDblParam(AbcAllowableGap); in getAllowableGap()
/dports/math/clp/Clp-1.17.3/Clp/examples/
H A Ddefaults.cpp63 model.getDblParam(ClpDualObjectiveLimit, value); in main()
65 model.getDblParam(ClpPrimalObjectiveLimit, value); in main()
67 model.getDblParam(ClpDualTolerance, value); in main()
69 model.getDblParam(ClpPrimalTolerance, value); in main()
71 model.getDblParam(ClpObjOffset, value); in main()
75 model.getDblParam(ClpPrimalTolerance, value); in main()
/dports/math/osi/Osi-0.108.6/Osi/src/OsiSpx/
H A DOsiSpxSolverInterface.cpp103 OsiSolverInterface::getDblParam(OsiDualObjectiveLimit, dualobjlimit); in initialSolve()
106 OsiSolverInterface::getDblParam(OsiDualObjectiveLimit, objoffset); in initialSolve()
157 OsiSolverInterface::getDblParam(OsiDualObjectiveLimit, dualobjlimit); in resolve()
160 OsiSolverInterface::getDblParam(OsiDualObjectiveLimit, objoffset); in resolve()
294 bool OsiSpxSolverInterface::getDblParam(OsiDblParam key, double &value) const in getDblParam() function in OsiSpxSolverInterface
299 retval = OsiSolverInterface::getDblParam(key, value); in getDblParam()
302 retval = OsiSolverInterface::getDblParam(key, value); in getDblParam()
313 retval = OsiSolverInterface::getDblParam(key, value); in getDblParam()
899 getDblParam(OsiObjOffset, objOffset); in getObjValue()
/dports/math/clp/Clp-1.17.3/Osi/src/OsiSpx/
H A DOsiSpxSolverInterface.cpp103 OsiSolverInterface::getDblParam(OsiDualObjectiveLimit, dualobjlimit); in initialSolve()
106 OsiSolverInterface::getDblParam(OsiDualObjectiveLimit, objoffset); in initialSolve()
157 OsiSolverInterface::getDblParam(OsiDualObjectiveLimit, dualobjlimit); in resolve()
160 OsiSolverInterface::getDblParam(OsiDualObjectiveLimit, objoffset); in resolve()
294 bool OsiSpxSolverInterface::getDblParam(OsiDblParam key, double &value) const in getDblParam() function in OsiSpxSolverInterface
299 retval = OsiSolverInterface::getDblParam(key, value); in getDblParam()
302 retval = OsiSolverInterface::getDblParam(key, value); in getDblParam()
313 retval = OsiSolverInterface::getDblParam(key, value); in getDblParam()
899 getDblParam(OsiObjOffset, objOffset); in getObjValue()
/dports/math/SCIP/scip-7.0.3/src/lpi/
H A Dlpi_cpx.c613 double getDblParam( in getDblParam() function
2485 eps = getDblParam(lpi, CPX_PARAM_EPOPT); in SCIPlpiSolveDual()
2685 …*down = objsen == CPX_MIN ? getDblParam(lpi, CPX_PARAM_OBJULIM) : getDblParam(lpi, CPX_PARAM_OBJLL… in lpiStrongbranchIntegral()
2691 …*down = objsen == CPX_MIN ? getDblParam(lpi, CPX_PARAM_OBJLLIM) : getDblParam(lpi, CPX_PARAM_OBJUL… in lpiStrongbranchIntegral()
2703 …*down = objsen == CPX_MIN ? getDblParam(lpi, CPX_PARAM_OBJULIM) : getDblParam(lpi, CPX_PARAM_OBJLL… in lpiStrongbranchIntegral()
2712 …*up = objsen == CPX_MIN ? getDblParam(lpi, CPX_PARAM_OBJULIM) : getDblParam(lpi, CPX_PARAM_OBJLLIM… in lpiStrongbranchIntegral()
2718 …*up = objsen == CPX_MIN ? getDblParam(lpi, CPX_PARAM_OBJLLIM) : getDblParam(lpi, CPX_PARAM_OBJULIM… in lpiStrongbranchIntegral()
2730 …*up = objsen == CPX_MIN ? getDblParam(lpi, CPX_PARAM_OBJLLIM) : getDblParam(lpi, CPX_PARAM_OBJULIM… in lpiStrongbranchIntegral()
4466 *dval = getDblParam(lpi, CPX_PARAM_EPRHS); in SCIPlpiGetRealpar()
4469 *dval = getDblParam(lpi, CPX_PARAM_EPOPT); in SCIPlpiGetRealpar()
[all …]
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DCbcOrClpParam.cpp521 model->getDblParam(OsiDualTolerance, oldValue); in setDoubleParameterWithMessage()
525 model->getDblParam(OsiPrimalTolerance, oldValue); in setDoubleParameterWithMessage()
772 model->getDblParam(OsiDualTolerance, value); in doubleParameter()
775 model->getDblParam(OsiPrimalTolerance, value); in doubleParameter()
860 oldValue = model.getDblParam(CbcModel::CbcAllowableGap); in setDoubleParameterWithMessage()
872 oldValue = model.getDblParam(CbcModel::CbcMaximumSeconds); in setDoubleParameterWithMessage()
899 value = model.getDblParam(CbcModel::CbcInfeasibilityWeight); in doubleParameter()
902 value = model.getDblParam(CbcModel::CbcIntegerTolerance); in doubleParameter()
905 value = model.getDblParam(CbcModel::CbcCutoffIncrement); in doubleParameter()
908 value = model.getDblParam(CbcModel::CbcAllowableGap); in doubleParameter()
[all …]
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/examples/
H A DsimpleBAB.cpp49 model.getDblParam(OsiDualObjectiveLimit, objLimit); in main()
H A DCbcBranchUser.cpp391 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in infeasibility()
427 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in createBranch()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/CbcBonmin/Heuristics/
H A DBonHeuristicDiveMIPFractional.cpp63 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in selectVariableToBranch()
H A DBonHeuristicDiveFractional.cpp61 double integerTolerance = model_->getDblParam(CbcModel::CbcIntegerTolerance); in selectVariableToBranch()

1234567