Changeset 1601 for conf/projDesc.xml
- Timestamp:
- Feb 19, 2011 3:49:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf/projDesc.xml
r1431 r1601 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <?xml-stylesheet type = "text/xsl" href = "http://www.coin-or.org/projects/autoGen.xsl"?> 3 <projectData xmlns="coin-or.org" 3 <projectData xmlns="coin-or.org" 4 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 5 xsi:schemaLocation="coin-or.org http://www.coin-or.org/projects/autoGen.xsd"> … … 33 33 <!-- --> 34 34 <!-- Fill in your text below (outside the comment block) --> 35 35 36 <projectDescription> 36 37 CBC is an open-source MILP solver. It uses many of the COIN components 37 and is designed to be used with CLP or dylp.38 and is designed to be used with CLP. 38 39 It is available as a library and as a standalone solver. 39 40 </projectDescription> 41 40 42 <!-- Fill in the project manager's name and (obfuscated) --> 41 43 <!-- e-mail address here (only one name allowed). --> … … 47 49 <!-- --> 48 50 <!--Fill in your text below (outside the comment block). --> 51 49 52 <projectManager>Ted Ralphs, ted at lehigh dot edu </projectManager> 53 50 54 <!-- Fill in the URLS you would like use for your main --> 51 55 <!-- home page. This could be either your Trac page or --> … … 59 63 <!-- --> 60 64 <!--Fill in your text below (outside the comment block). --> 65 61 66 <projectHomePage>https://projects.coin-or.org/Cbc</projectHomePage> 67 62 68 <!-- Fill in the name of the license your project uses --> 63 69 <!-- and a link to its page on www.opensource.org --> … … 72 78 <!-- --> 73 79 <!--Fill in your text below (outside the comment block). --> 74 <projectLicense>Common Public License 1.0</projectLicense> 75 <projectLicenseURL>http://www.opensource.org/licenses/cpl1.0.php</projectLicenseURL> 80 81 <projectLicense>Eclipse Public License 1.0</projectLicense> 82 <projectLicenseURL>http://www.opensource.org/licenses/eclise-1.0</projectLicenseURL> 83 76 84 <!-- Below, you can list other COIN projects your project --> 77 85 <!-- depends on. These are listed one by one, as in the --> … … 111 119 <projectName>CoinUtils</projectName> 112 120 </coinProject> 113 <coinProject> 114 <projectName>Cgl</projectName> 115 </coinProject> 116 <coinProject> 117 <projectName>Osi</projectName> 118 </coinProject> 119 <coinProject> 120 <projectName>Clp</projectName> 121 </coinProject> 121 <coinProject> 122 <projectName>Cgl</projectName> 123 </coinProject> 124 <coinProject> 125 <projectName>Osi</projectName> 126 </coinProject> 127 <coinProject> 128 <projectName>Clp</projectName> 129 </coinProject> 122 130 </coinLinkedProjects> 123 131 <!-- Below, you can list other packages your project --> … … 165 173 <!--Fill in your text below (outside the comment block). --> 166 174 <otherLinkedPackages> 167 <otherPackage> 168 <packageName> 169 GLPK 170 </packageName> 171 <packageURL> 172 http://www.gnu.org/software/glpk/ 173 </packageURL> 174 <requiredOrOptional> 175 Optional 176 </requiredOrOptional> 177 </otherPackage> 178 179 <otherPackage> 180 <packageName> 181 GNU Readline 182 </packageName> 183 <packageURL> 184 </packageURL> 185 <requiredOrOptional> 186 Optional 187 </requiredOrOptional> 188 </otherPackage> 189 190 <otherPackage> 191 <packageName> 192 GNU History 193 </packageName> 194 <packageURL> 195 </packageURL> 196 <requiredOrOptional> 197 Optional 198 </requiredOrOptional> 199 </otherPackage> 200 <otherPackage> 201 <packageName> 202 AMPL 203 </packageName> 204 <packageURL> 205 </packageURL> 206 <requiredOrOptional> 207 Optional 208 </requiredOrOptional> 209 </otherPackage> 210 <otherPackage> 211 <packageName> 175 <otherPackage> 176 <packageName> 177 GLPK 178 </packageName> 179 <packageURL> 180 http://www.gnu.org/software/glpk/ 181 </packageURL> 182 <requiredOrOptional> 183 Optional 184 </requiredOrOptional> 185 </otherPackage> 186 187 <otherPackage> 188 <packageName> 189 GNU Readline 190 </packageName> 191 <packageURL> 192 </packageURL> 193 <requiredOrOptional> 194 Optional 195 </requiredOrOptional> 196 </otherPackage> 197 198 <otherPackage> 199 <packageName> 200 GNU History 201 </packageName> 202 <packageURL> 203 </packageURL> 204 <requiredOrOptional> 205 Optional 206 </requiredOrOptional> 207 </otherPackage> 208 <otherPackage> 209 <packageName> 210 AMPL 211 </packageName> 212 <packageURL> 213 </packageURL> 214 <requiredOrOptional> 215 Optional 216 </requiredOrOptional> 217 </otherPackage> 218 <otherPackage> 219 <packageName> 212 220 BLAS and LAPACK 213 </packageName> 214 <packageURL> 215 </packageURL> 216 <requiredOrOptional> 217 Optional 218 </requiredOrOptional> 219 </otherPackage> 221 </packageName> 222 <packageURL> 223 </packageURL> 224 <requiredOrOptional> 225 Optional 226 </requiredOrOptional> 227 </otherPackage> 220 228 </otherLinkedPackages> 221 229 <!-- Below, you can list the programming language(s) used in --> … … 311 319 <!--Fill in your text below (outside the comment block). --> 312 320 <testedPlatforms> 313 <platform> 314 <operatingSystem>Microsoft Windows</operatingSystem> 315 <compiler>MSVC++/cl</compiler> 316 </platform> 317 <platform> 318 <operatingSystem>Microsoft Windows</operatingSystem> 319 <compiler>CYGWIN/gcc</compiler> 320 </platform> 321 <platform> 322 <operatingSystem>Microsoft Windows</operatingSystem> 323 <compiler>MSys/gcc</compiler> 324 </platform> 325 <platform> 321 <platform> 322 <operatingSystem>Microsoft Windows 7, XP</operatingSystem> 323 <compiler>Visual Studio, cl</compiler> 324 </platform> 325 <platform> 326 <operatingSystem>Microsoft Windows 7, XP / Cygwin / Msys / MinGW</operatingSystem> 327 <compiler>gcc, cl</compiler> 328 </platform> 329 <platform> 326 330 <operatingSystem>Linux</operatingSystem> 327 <compiler>gcc</compiler> 328 </platform> 329 <platform> 330 <operatingSystem>Mac OSX</operatingSystem> 331 <compiler>gcc</compiler> 332 </platform> 333 <platform> 334 <operatingSystem>Solaris x86</operatingSystem>335 <compiler> gcc</compiler>336 </platform> 331 <compiler>gcc</compiler> 332 </platform> 333 <platform> 334 <operatingSystem>Mac OSX</operatingSystem> 335 <compiler>gcc</compiler> 336 </platform> 337 <platform> 338 <operatingSystem>Solaris (SPARC, x86)</operatingSystem> 339 <compiler>Studio, gcc</compiler> 340 </platform> 337 341 </testedPlatforms> 338 342 339 343 <projectCategories> 340 344 <!-- Start of projectCategories block --> 341 345 342 346 <!--Below is the list of COIN-OR project categores. --> 343 347 <!--Simply "un-comment" any categories that apply to --> 344 348 <!--your project. --> 345 349 346 350 <!-- <category> --> 347 351 <!-- Development tools --> … … 362 366 <!-- Optimization convex non-differentiable --> 363 367 <!-- </category> --> 364 <category> 365 Optimization deterministic linear continuous366 </category> 368 <category> 369 Optimization deterministic linear discrete 370 </category> 367 371 <!-- <category> --> 368 372 <!-- Optimization deterministic linear discrete --> … … 383 387 <!-- Optimization utility --> 384 388 <!-- </category> --> 385 389 386 390 <!-- End of projectCategories block --> 387 391 </projectCategories> 388 392 389 393 <!-- End of projectBasics block --> 390 394 </projectBasics>
Note: See TracChangeset
for help on using the changeset viewer.