Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 2, 2019 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/6a81c05b3ba67d11615ca0266d4d8076 to your computer and use it in GitHub Desktop.
Save ryantm/6a81c05b3ba67d11615ca0266d4d8076 to your computer and use it in GitHub Desktop.
/nix/store/aybc77l49v9c66zjmygbcmgw8knw4fi2-ipopt-3.12.12
├── include
│   └── coin
│   ├── HSLLoader.h
│   ├── IpAlgBuilder.hpp
│   ├── IpAlgStrategy.hpp
│   ├── IpAlgTypes.hpp
│   ├── IpAugSystemSolver.hpp
│   ├── IpBlas.hpp
│   ├── IpCachedResults.hpp
│   ├── IpCompoundMatrix.hpp
│   ├── IpCompoundSymMatrix.hpp
│   ├── IpCompoundVector.hpp
│   ├── IpConvCheck.hpp
│   ├── IpDebug.hpp
│   ├── IpDenseVector.hpp
│   ├── IpDiagMatrix.hpp
│   ├── IpEqMultCalculator.hpp
│   ├── IpException.hpp
│   ├── IpExpansionMatrix.hpp
│   ├── IpGenTMatrix.hpp
│   ├── IpHessianUpdater.hpp
│   ├── IpIdentityMatrix.hpp
│   ├── IpIpoptAlg.hpp
│   ├── IpIpoptApplication.hpp
│   ├── IpIpoptCalculatedQuantities.hpp
│   ├── IpIpoptData.hpp
│   ├── IpIpoptNLP.hpp
│   ├── IpIterateInitializer.hpp
│   ├── IpIteratesVector.hpp
│   ├── IpIterationOutput.hpp
│   ├── IpJournalist.hpp
│   ├── IpLapack.hpp
│   ├── IpLineSearch.hpp
│   ├── IpMatrix.hpp
│   ├── IpMuUpdate.hpp
│   ├── IpNLP.hpp
│   ├── IpNLPScaling.hpp
│   ├── IpObserver.hpp
│   ├── IpoptConfig.h
│   ├── IpOptionsList.hpp
│   ├── IpOrigIpoptNLP.hpp
│   ├── IpPDSystemSolver.hpp
│   ├── IpReferenced.hpp
│   ├── IpRegOptions.hpp
│   ├── IpReturnCodes.h
│   ├── IpReturnCodes.hpp
│   ├── IpReturnCodes.inc
│   ├── IpReturnCodes_inc.h
│   ├── IpScaledMatrix.hpp
│   ├── IpSearchDirCalculator.hpp
│   ├── IpSmartPtr.hpp
│   ├── IpSolveStatistics.hpp
│   ├── IpStdCInterface.h
│   ├── IpSumSymMatrix.hpp
│   ├── IpSymLinearSolver.hpp
│   ├── IpSymMatrix.hpp
│   ├── IpSymScaledMatrix.hpp
│   ├── IpSymTMatrix.hpp
│   ├── IpTaggedObject.hpp
│   ├── IpTimedTask.hpp
│   ├── IpTimingStatistics.hpp
│   ├── IpTNLPAdapter.hpp
│   ├── IpTNLP.hpp
│   ├── IpTNLPReducer.hpp
│   ├── IpTripletHelper.hpp
│   ├── IpTypes.hpp
│   ├── IpUtils.hpp
│   ├── IpVector.hpp
│   ├── IpZeroSymMatrix.hpp
│   └── PardisoLoader.h
├── lib
│   ├── libipopt.la
│   ├── libipopt.so -> libipopt.so.1.10.12
│   ├── libipopt.so.1 -> libipopt.so.1.10.12
│   ├── libipopt.so.1.10.12
│   └── pkgconfig
│   └── ipopt.pc
└── share
└── coin
└── doc
└── Ipopt
├── AUTHORS
├── ipopt_addlibs_cpp.txt
├── ipopt_addlibs_c.txt
├── ipopt_addlibs_f.txt
├── LICENSE
└── README
8 directories, 79 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment