Changes between Version 13 and Version 14 of user-directories
- Timestamp:
- Sep 7, 2007 3:46:59 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user-directories
v13 v14 9 9 10 10 11 * '''COIN Package''': For every COIN project, there is a associated COIN package. A COIN package includes the COIN project along with all the COIN projects it depends on. (Third-party code that is not available on COIN but that is also required to compile the program or library, is not part of the COIN package and has to be downloaded separately.)11 * '''COIN Package''': For every COIN project, there is an associated COIN package. A COIN package includes the COIN project along with all the COIN projects it depends on. (Third-party code that is not available on COIN but that is also required to compile the program or library, is not part of the COIN package and has to be downloaded separately.) 12 12 13 13 For example, to compile the {{{Clp}}} library and solver executable, one needs of course the files from the {{{Clp}}} COIN project. However, as a dependency, we also require the files from the {{{CoinUtils}}} COIN project, as well as a few data files from the {{{Data}}} COIN project to run the test and example programs. Therefore: The {{{Clp}}} COIN Package includes the files from the COIN Projects {{{Clp}}}, {{{CoinUtils}}}, and {{{Data}}}.