Created
October 14, 2018 15:11
-
-
Save ryantm/91c5d7d0622f712f9f537b1d40968738 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/y2arxy4h89c6087vl7gb2b01h842dhgm-ipopt-3.12.11 | |
├── 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.11 | |
│ ├── libipopt.so.1 -> libipopt.so.1.10.11 | |
│ ├── libipopt.so.1.10.11 | |
│ └── 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