MCPcopy Create free account

hub / github.com/coin-or/Ipopt / functions

Functions3,330 in github.com/coin-or/Ipopt

↓ 1 callersMethodActivateFallbackMechanism
src/Algorithm/IpBacktrackingLineSearch.cpp:1312
↓ 1 callersFunctionAddInexactDefaultOptions
src/Algorithm/Inexact/IpInexactAlgBuilder.cpp:230
↓ 1 callersFunctionAddIpoptIntOption
src/Interfaces/IpStdCInterface.cpp:144
↓ 1 callersMethodAddIpoptIntOption
( long ipopt, String keyword, int val )
src/Interfaces/Ipopt.java:47
↓ 1 callersMethodAddIpoptNumOption
( long ipopt, String keyword, double val )
src/Interfaces/Ipopt.java:54
↓ 1 callersMethodAddIpoptStrOption
( long ipopt, String keyword, String val )
src/Interfaces/Ipopt.java:61
↓ 1 callersMethodAddMatrixProduct
src/LinAlg/IpDenseGenMatrix.cpp:87
↓ 1 callersMethodAddRef
src/Common/IpReferenced.hpp:210
↓ 1 callersMethodAddStringOption10
src/Common/IpRegOptions.cpp:1288
↓ 1 callersMethodAddStringOption7
src/Common/IpRegOptions.cpp:1171
↓ 1 callersMethodAdjustVariableBounds
src/Algorithm/IpOrigIpoptNLP.cpp:990
↓ 1 callersMethodAdjustedTrialSlacks
src/Algorithm/IpIpoptCalculatedQuantities.cpp:539
↓ 1 callersMethodAlgorithmObject
src/Interfaces/IpIpoptApplication.cpp:1040
↓ 1 callersMethodAllocateInternalStorage
src/LinAlg/TMatrices/IpGenTMatrix.cpp:292
↓ 1 callersMethodAllocateInternalStorage
src/LinAlg/TMatrices/IpSymTMatrix.cpp:254
↓ 1 callersMethodAllowClobber
True if the option can be overwritten */
src/Common/IpOptionsList.hpp:115
↓ 1 callersFunctionAppReturn2SolverReturn
contrib/sIPOPT/src/SensUtils.cpp:59
↓ 1 callersMethodAttachObserver
src/Common/IpObserver.hpp:355
↓ 1 callersMethodBiggestBarr
src/contrib/CGPenalty/IpPiecewisePenalty.cpp:109
↓ 1 callersMethodBuildBasicAlgorithm
src/Algorithm/IpAlgBuilder.cpp:721
↓ 1 callersMethodBuildIpoptObjects
src/Algorithm/IpAlgBuilder.cpp:666
↓ 1 callersMethodBuildRedHessCalc
contrib/sIPOPT/src/SensBuilder.cpp:115
↓ 1 callersMethodBuildSensAlg
contrib/sIPOPT/src/SensBuilder.cpp:36
↓ 1 callersMethodCalcCentralityMeasure
src/Algorithm/IpIpoptCalculatedQuantities.cpp:2955
↓ 1 callersMethodCalculateAlphaMin
src/Algorithm/IpFilterLSAcceptor.cpp:450
↓ 1 callersMethodCholeskyBackSolveMatrix
src/LinAlg/IpDenseGenMatrix.cpp:228
↓ 1 callersMethodCholeskySolveMatrix
src/LinAlg/IpDenseGenMatrix.cpp:255
↓ 1 callersMethodClear
src/Algorithm/Inexact/IpInexactPDTerminationTester.cpp:754
↓ 1 callersMethodColVectorSpace
src/LinAlg/IpMultiVectorMatrix.hpp:288
↓ 1 callersMethodComputeAlphaForY
src/Algorithm/Inexact/IpInexactLSAcceptor.cpp:544
↓ 1 callersFunctionComputeColAMaxImpl
Implementation of ComputeColAMaxImpl, which calls ComputeRowAMaxImpl. * * Since the matrix is symmetric, the row and column max norms are iden
src/LinAlg/IpSymMatrix.hpp:68
↓ 1 callersMethodComputeLUFactorInPlace
src/LinAlg/IpDenseGenMatrix.cpp:268
↓ 1 callersMethodComputeNewtonNormalStep
src/Algorithm/Inexact/IpInexactNewtonNormal.cpp:39
↓ 1 callersMethodComputeNormalStep
src/Algorithm/Inexact/IpInexactDoglegNormal.cpp:62
↓ 1 callersMethodComputeP
contrib/sIPOPT/src/SensIndexPCalculator.cpp:54
↓ 1 callersMethodComputeReducedHessian
contrib/sIPOPT/src/SensReducedHessianCalculator.cpp:42
↓ 1 callersMethodComputeSensitivityMatrix
contrib/sIPOPT/src/SensAlgorithm.cpp:196
↓ 1 callersMethodCopyTrialToCurrent
src/Algorithm/IpIpoptData.hpp:863
↓ 1 callersMethodCreateIpoptProblem
( int n, int m, int nele_jac, int nele_hess, int index_style )
src/Interfaces/Ipopt.java:68
↓ 1 callersMethodDR_x
Method returning the scaling factors for the 2-norm * penalization term. */
src/Algorithm/IpRestoIpoptNLP.hpp:356
↓ 1 callersMethodDeleteAllJournals
src/Common/IpJournalist.cpp:314
↓ 1 callersMethodDetachObserver
src/Common/IpObserver.hpp:378
↓ 1 callersMethodDetermineDependentRows
src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp:540
↓ 1 callersMethodDisableTimes
Method for disabling all timed tasks except for OverallAlgorithm */
src/Algorithm/IpTimingStatistics.cpp:81
↓ 1 callersMethodDoFallback
Method for doing a fallback approach in case no search * direction could be computed. * * If no such fall back option is * availabl
src/Algorithm/IpBacktrackingLSAcceptor.hpp:157
↓ 1 callersMethodDominated
Check if this entry is dominated by given coordinates. * * @return true, if this entry is dominated */
src/Algorithm/IpFilter.hpp:64
↓ 1 callersMethodDontPrint
True if this option is not to show up in the * print_user_options output */
src/Common/IpOptionsList.hpp:124
↓ 1 callersMethodEta
src/Algorithm/IpRestoIpoptNLP.cpp:759
↓ 1 callersMethodEval_c
src/Algorithm/IpNLPBoundsRemover.hpp:133
↓ 1 callersMethodEval_d
src/Algorithm/IpNLPBoundsRemover.cpp:226
↓ 1 callersMethodEval_f
@name NLP evaluation routines. */ @{
src/Algorithm/IpNLPBoundsRemover.hpp:117
↓ 1 callersMethodEval_h
src/Algorithm/IpNLPBoundsRemover.cpp:265
↓ 1 callersMethodExpandedMultiVectorMatrixOwnerSpace
src/LinAlg/IpExpandedMultiVectorMatrix.hpp:208
↓ 1 callersMethodFillValues
src/LinAlg/TMatrices/IpTripletHelper.cpp:249
↓ 1 callersMethodFindAcceptableTrialPoint
src/Algorithm/IpBacktrackingLineSearch.cpp:252
↓ 1 callersMethodFreeInternalStorage
src/LinAlg/TMatrices/IpGenTMatrix.cpp:297
↓ 1 callersMethodFreeInternalStorage
src/LinAlg/TMatrices/IpSymTMatrix.cpp:259
↓ 1 callersMethodFreeIpoptProblem
( long ipopt )
src/Interfaces/Ipopt.java:77
↓ 1 callersMethodGetBlockCols
src/LinAlg/IpCompoundMatrix.cpp:832
↓ 1 callersMethodGetBlockRows
src/LinAlg/IpCompoundMatrix.cpp:823
↓ 1 callersFunctionGetCompNonConst
Return a particular component (non-const version). * * Note that calling this method with mark the CompoundVector as changed. * Therefor
src/LinAlg/IpCompoundVector.hpp:111
↓ 1 callersMethodGetCurrIterate
( long ipopt, long ip_data, long ip_cq, boolean scaled, int n,
src/Interfaces/Ipopt.java:96
↓ 1 callersMethodGetCurrViolations
( long ipopt, long ip_data, long ip_cq, boolean scaled, int n,
src/Interfaces/Ipopt.java:111
↓ 1 callersFunctionGetDirectionalDerivatives
Copy over value of Directional Derivatives K^(-1)N_p(p-p0) */
contrib/sIPOPT/src/SensApplication.hpp:68
↓ 1 callersMethodGetInitialEqConstraints
contrib/sIPOPT/src/SensMetadataMeasurement.cpp:65
↓ 1 callersMethodGetIntegerSuffix
contrib/sIPOPT/src/SensMetadataMeasurement.cpp:172
↓ 1 callersMethodGetMeasurement
contrib/sIPOPT/src/SensMetadataMeasurement.cpp:85
↓ 1 callersMethodGetQuasiNewtonApproximationSpaces
src/Algorithm/IpNLPBoundsRemover.hpp:218
↓ 1 callersMethodGetRow
contrib/sIPOPT/src/SensIndexSchurData.cpp:169
↓ 1 callersMethodGetScalingParameters
src/Algorithm/IpNLPBoundsRemover.cpp:311
↓ 1 callersMethodGetSchurMatrixRows
contrib/sIPOPT/src/SensIndexPCalculator.cpp:216
↓ 1 callersFunctionGetSensitivityMatrix
Copy over value of ds/dp */
contrib/sIPOPT/src/SensApplication.hpp:99
↓ 1 callersMethodGetSolverIterations
Return the number of iterative solver iteration from the most * recent solve. */
src/Algorithm/Inexact/IpInexactPDTerminationTester.hpp:71
↓ 1 callersMethodGetSpaces
src/Algorithm/IpOrigIpoptNLP.cpp:829
↓ 1 callersMethodGetSpaces
src/Algorithm/IpRestoIpoptNLP.cpp:726
↓ 1 callersMethodGetVersion
( int version[] )
src/Interfaces/Ipopt.java:128
↓ 1 callersMethodHasComputeAlphaForY
Method returning true of ComputeAlphaForY is implemented for * this acceptor. */
src/Algorithm/Inexact/IpInexactLSAcceptor.hpp:150
↓ 1 callersMethodHasStringMetaData
src/LinAlg/IpDenseVector.hpp:508
↓ 1 callersFunctionHaveAddCq
Method detecting if additional object for calculated * quantities has already been set */
src/Algorithm/IpIpoptCalculatedQuantities.hpp:118
↓ 1 callersFunctionHaveAddData
Check if additional data has been set */
src/Algorithm/IpIpoptData.hpp:614
↓ 1 callersMethodHaveCgPenDeltas
@name Chen-Goldfarb step2. * * Those fields can be used to store * directions related to the Chen-Goldfarb algorithm */ @{
src/contrib/CGPenalty/IpCGPenaltyData.hpp:90
↓ 1 callersMethodHighRankUpdate
src/LinAlg/IpDenseSymMatrix.cpp:160
↓ 1 callersMethodInitThisLineSearch
src/Algorithm/IpFilterLSAcceptor.cpp:251
↓ 1 callersMethodInitialize
src/contrib/CGPenalty/IpCGPenaltyCq.cpp:54
↓ 1 callersMethodInitializeProblem
examples/ScalableProblems/LuksanVlcek7.cpp:22
↓ 1 callersMethodInitializeSolve
src/Algorithm/Inexact/IpInexactPDTerminationTester.cpp:113
↓ 1 callersMethodInitializeStructure
src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp:314
↓ 1 callersMethodInitializeStructures
src/Algorithm/IpOrigIpoptNLP.cpp:211
↓ 1 callersFunctionIpCoinGetTimeOfDay
src/Common/IpUtils.cpp:59
↓ 1 callersFunctionIpLapackPpsv
src/LinAlg/IpLapack.cpp:248
↓ 1 callersFunctionIpResetRandom01
src/Common/IpUtils.cpp:128
↓ 1 callersMethodIpoptCQObject
src/Interfaces/IpIpoptApplication.cpp:1035
↓ 1 callersMethodIpoptDataObject
src/Interfaces/IpIpoptApplication.cpp:1030
↓ 1 callersMethodIpoptNLPObject
src/Interfaces/IpIpoptApplication.cpp:1025
↓ 1 callersMethodIsAcceptableToCurrentFilter
src/Algorithm/IpFilterLSAcceptor.cpp:501
↓ 1 callersMethodIsFunctionEvaluationTimeEnabled
src/Algorithm/IpTimingStatistics.cpp:12
↓ 1 callersFunctionIsHomogeneous
Indicates if the vector is homogeneous (i.e., all entries have * the value Scalar(). */
src/LinAlg/IpDenseVector.hpp:103
↓ 1 callersMethodIsPiecewisePenaltyListEmpty
@{ Initialize Piecewise Penalty list
src/contrib/CGPenalty/IpPiecewisePenalty.hpp:54
↓ 1 callersMethodIsStale
src/Common/IpCachedResults.hpp:458
↓ 1 callersMethodIsValidStringSetting
src/Common/IpRegOptions.cpp:711
← previousnext →601–700 of 3,330, ranked by callers