Home
last modified time | relevance | path

Searched defs:tnlp (Results 1 – 22 of 22) sorted by relevance

/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Interfaces/Ipopt/
H A DBonIpoptSolver.cpp132 IpoptSolver::OptimizeTNLP(const Ipopt::SmartPtr<Ipopt::TNLP> &tnlp) in OptimizeTNLP()
177 IpoptSolver::ReOptimizeTNLP(const Ipopt::SmartPtr<Ipopt::TNLP> &tnlp) in ReOptimizeTNLP()
363 Ipopt::SmartPtr<TMINLP2TNLP> tnlp) in setWarmStart()
H A DBonIpoptWarmStart.cpp32 IpoptWarmStart::IpoptWarmStart(const Ipopt::SmartPtr<TMINLP2TNLP> tnlp, in IpoptWarmStart()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/examples/ScalableProblems/
H A DRegisteredTNLP.cpp20 RegisteredTNLPs::RegisterTNLP(const SmartPtr<RegisteredTNLP>& tnlp, in RegisterTNLP()
H A DRegisteredTNLP.hpp32 RegisteredTNLPs(const SmartPtr<RegisteredTNLP>& tnlp, const std::string name) in RegisteredTNLPs()
H A Dsolve_problem.cpp178 SmartPtr<RegisteredTNLP> tnlp; in main() local
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpIpoptApplication.cpp436 IpoptApplication::OptimizeTNLP(const SmartPtr<TNLP>& tnlp) in OptimizeTNLP()
444 IpoptApplication::ReOptimizeTNLP(const SmartPtr<TNLP>& tnlp) in ReOptimizeTNLP()
H A DIpTNLPAdapter.hpp174 SmartPtr<TNLP> tnlp() const in tnlp() function in SimTKIpopt::TNLPAdapter
H A DIpStdCInterface.cpp183 SmartPtr<TNLP> tnlp; in IpoptSolve() local
H A DIpTNLPAdapter.cpp43 TNLPAdapter::TNLPAdapter(const SmartPtr<TNLP> tnlp, in TNLPAdapter()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Interfaces/Filter/
H A DBonFilterSolver.cpp364 FilterSolver::OptimizeTNLP(const Ipopt::SmartPtr<Ipopt::TNLP> & tnlp) in OptimizeTNLP()
375 FilterSolver::ReOptimizeTNLP(const Ipopt::SmartPtr<Ipopt::TNLP> & tnlp) in ReOptimizeTNLP()
402 FilterSolver::cachedInfo::initialize(const Ipopt::SmartPtr<Ipopt::TNLP> & tnlp, in initialize()
739 Ipopt::SmartPtr<TMINLP2TNLP> tnlp) in setWarmStart()
H A DBonBqpdSolver.cpp209 BqpdSolver::OptimizeTNLP(const Ipopt::SmartPtr<Ipopt::TNLP>& tnlp) in OptimizeTNLP()
233 BqpdSolver::ReOptimizeTNLP(const Ipopt::SmartPtr<Ipopt::TNLP> & tnlp) in ReOptimizeTNLP()
901 Ipopt::SmartPtr<TMINLP2TNLP> tnlp) in setWarmStart()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Interfaces/
H A DIpIpoptApplication.cpp712 IpoptApplication::OptimizeTNLP(const SmartPtr<TNLP>& tnlp) in OptimizeTNLP()
719 IpoptApplication::ReOptimizeTNLP(const SmartPtr<TNLP>& tnlp) in ReOptimizeTNLP()
H A DIpTNLPAdapter.hpp192 SmartPtr<TNLP> tnlp() const in tnlp() function in Ipopt::TNLPAdapter
H A DIpStdCInterface.cpp251 SmartPtr<TNLP> tnlp; in IpoptSolve() local
H A DIpTNLPReducer.cpp16 TNLPReducer::TNLPReducer(TNLP& tnlp, in TNLPReducer()
H A DIpTNLPAdapter.cpp64 TNLPAdapter::TNLPAdapter(const SmartPtr<TNLP> tnlp, in TNLPAdapter()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Interfaces/
H A DBonTNLP2FPNLP.cpp17 TNLP2FPNLP::TNLP2FPNLP(const SmartPtr<TNLP> tnlp, double objectiveScalingFactor): in TNLP2FPNLP()
33 TNLP2FPNLP::TNLP2FPNLP(const SmartPtr<TNLP> tnlp, const SmartPtr<TNLP2FPNLP> other): in TNLP2FPNLP()
H A DBonTNLP2FPNLP.hpp36 void use(Ipopt::SmartPtr<TNLP> tnlp){ in use()
H A DBonTNLPSolver.cpp78 …TNLPSolver::zeroDimension(const Ipopt::SmartPtr<Ipopt::TNLP>& tnlp, ReturnStatus &optimizationStat… in zeroDimension()
H A DBonCurvatureEstimator.cpp48 SmartPtr<TNLP> tnlp) in CurvatureEstimator()
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpTNLPAdapter.hpp238 SmartPtr<TNLP> tnlp() const in tnlp() function in Ipopt::TNLPAdapter
/dports/math/gismo/gismo-21.12.0/extensions/gsIpopt/
H A DgsOptProblem.hpp30 Ipopt::SmartPtr<Ipopt::TNLP> tnlp; member in gismo::gsOptProblemPrivate