Created
June 6, 2018 09:37
-
-
Save ryantm/5da4bb4853af0913caca26e8cbc87666 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/6748l35g9dz7z77wqwal99ylrhn87liv-ipopt-3.12.10 | |
├── 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.10 | |
│ ├── libipopt.so.1 -> libipopt.so.1.10.10 | |
│ ├── libipopt.so.1.10.10 | |
│ └── 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