1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <?xml-stylesheet type = "text/xsl" href = "http://www.coin-or.org/projects/autoGen.xsl"?> |
---|
3 | <projectData xmlns="coin-or.org" |
---|
4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
5 | xsi:schemaLocation="coin-or.org http://www.coin-or.org/projects/autoGen.xsd"> |
---|
6 | <!-- This file is a template that will you fill in in order to provide --> |
---|
7 | <!-- specific information about your project. Once the template is --> |
---|
8 | <!-- filled in and checked into your projects repository in the conf/ --> |
---|
9 | <!-- directory, it will be automatically parsed and displayed in a --> |
---|
10 | <!-- standard HTML format when users call up the file from the main --> |
---|
11 | <!-- COIN Web site. The file is extensively commented to help you --> |
---|
12 | <!-- understand where to fill in the various pieces of required --> |
---|
13 | <!-- information. The comments are enclosed in blocks like this one. --> |
---|
14 | <projectBasics> |
---|
15 | <!-- Fill in your project's name in this block. --> |
---|
16 | <!-- For example, for SYMPHONY, you would put: --> |
---|
17 | <!-- --> |
---|
18 | <!-- <projectName> --> |
---|
19 | <!-- SYMPHONY --> |
---|
20 | <!-- </projectName> --> |
---|
21 | <!-- --> |
---|
22 | <!-- Fill in your text below (outside the comment block). --> |
---|
23 | <projectName>Cbc</projectName> |
---|
24 | <!-- Fill in a brief description of your project here. --> |
---|
25 | <!-- For example, for SYMPHONY, you might put: --> |
---|
26 | <!-- --> |
---|
27 | <!-- <projectDescription> --> |
---|
28 | <!-- SYMPHONY is an open-source generic MILP solver, --> |
---|
29 | <!-- callable library, and extensible framework for --> |
---|
30 | <!-- implementing customized solvers for mixed-integer --> |
---|
31 | <!-- linear programs (MILPs). Blah, blah, blah. --> |
---|
32 | <!-- </projectDescription> --> |
---|
33 | <!-- --> |
---|
34 | <!-- Fill in your text below (outside the comment block) --> |
---|
35 | |
---|
36 | <projectDescription> |
---|
37 | CBC is an open-source MILP solver. It uses many of the COIN components |
---|
38 | and is designed to be used with CLP. |
---|
39 | It is available as a library and as a standalone solver. |
---|
40 | </projectDescription> |
---|
41 | |
---|
42 | <!-- Fill in the project manager's name and (obfuscated) --> |
---|
43 | <!-- e-mail address here (only one name allowed). --> |
---|
44 | <!-- For example, for the SYMPHONY project, you would put --> |
---|
45 | <!-- --> |
---|
46 | <!--<projectManager> --> |
---|
47 | <!-- Ted Ralphs, tkralphs at lehigh dot edu --> |
---|
48 | <!--</projectManager> --> |
---|
49 | <!-- --> |
---|
50 | <!--Fill in your text below (outside the comment block). --> |
---|
51 | |
---|
52 | <projectManager>Ted Ralphs, ted at lehigh dot edu </projectManager> |
---|
53 | |
---|
54 | <!-- Fill in the URLS you would like use for your main --> |
---|
55 | <!-- home page. This could be either your Trac page or --> |
---|
56 | <!-- your static page (if you have one). --> |
---|
57 | <!-- For example, for SYMPHONY, you would put --> |
---|
58 | <!-- --> |
---|
59 | <!-- --> |
---|
60 | <!--<projectHomePage> --> |
---|
61 | <!-- https://projects.coin-or.org/SYMPHONY --> |
---|
62 | <!--</projectHomePage> --> |
---|
63 | <!-- --> |
---|
64 | <!--Fill in your text below (outside the comment block). --> |
---|
65 | |
---|
66 | <projectHomePage>https://projects.coin-or.org/Cbc</projectHomePage> |
---|
67 | |
---|
68 | <!-- Fill in the name of the license your project uses --> |
---|
69 | <!-- and a link to its page on www.opensource.org --> |
---|
70 | <!-- For example, if you use the CPL, you would put --> |
---|
71 | <!-- --> |
---|
72 | <!--<projectLicense> --> |
---|
73 | <!-- Common Public License 1.0 --> |
---|
74 | <!--</projectLicense> --> |
---|
75 | <!--<projectLicenseURL> --> |
---|
76 | <!-- http://www.opensource.org/licenses/cpl1.0.php --> |
---|
77 | <!--</projectLicenseURL> --> |
---|
78 | <!-- --> |
---|
79 | <!--Fill in your text below (outside the comment block). --> |
---|
80 | |
---|
81 | <projectLicense>Eclipse Public License 1.0</projectLicense> |
---|
82 | <projectLicenseURL>http://www.opensource.org/licenses/eclipse-1.0</projectLicenseURL> |
---|
83 | |
---|
84 | <!-- Below, you can list other COIN projects your project --> |
---|
85 | <!-- depends on. These are listed one by one, as in the --> |
---|
86 | <!-- following example for SYMPHONY: --> |
---|
87 | <!-- --> |
---|
88 | <!--<coinLinkedProjects> --> |
---|
89 | <!-- --> |
---|
90 | <!-- <coinProject> --> |
---|
91 | <!-- <projectName> --> |
---|
92 | <!-- CoinUtils --> |
---|
93 | <!-- </projectName> --> |
---|
94 | <!-- </coinProject> --> |
---|
95 | <!-- --> |
---|
96 | <!-- <coinProject> --> |
---|
97 | <!-- <projectName> --> |
---|
98 | <!-- Cgl --> |
---|
99 | <!-- </projectName> --> |
---|
100 | <!-- </coinProject> --> |
---|
101 | <!-- --> |
---|
102 | <!-- <coinProject> --> |
---|
103 | <!-- <projectName> --> |
---|
104 | <!-- Osi --> |
---|
105 | <!-- </projectName> --> |
---|
106 | <!-- </coinProject> --> |
---|
107 | <!-- --> |
---|
108 | <!-- <coinProject> --> |
---|
109 | <!-- <projectName> --> |
---|
110 | <!-- Clp --> |
---|
111 | <!-- </projectName> --> |
---|
112 | <!-- </coinProject> --> |
---|
113 | <!-- --> |
---|
114 | <!--</coinLinkedProjects> --> |
---|
115 | <!-- --> |
---|
116 | <!--Fill in your text below (outside the comment block). --> |
---|
117 | <coinLinkedProjects> |
---|
118 | <coinProject> |
---|
119 | <projectName>CoinUtils</projectName> |
---|
120 | </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> |
---|
130 | </coinLinkedProjects> |
---|
131 | <!-- Below, you can list other packages your project --> |
---|
132 | <!-- either requires or can optionally link to. These are --> |
---|
133 | <!-- one by one, as in the following example: --> |
---|
134 | <!-- --> |
---|
135 | <!--<otherLinkedPackages> --> |
---|
136 | <!-- --> |
---|
137 | <!-- <otherPackage> --> |
---|
138 | <!-- <packageName> --> |
---|
139 | <!-- GLPK --> |
---|
140 | <!-- </packageName> --> |
---|
141 | <!-- <packageURL> --> |
---|
142 | <!-- http://www.gnu.org/software/glpk/ --> |
---|
143 | <!-- </packageURL> --> |
---|
144 | <!-- <requiredOrOptional> --> |
---|
145 | <!-- Optional --> |
---|
146 | <!-- </requiredOrOptional> --> |
---|
147 | <!-- </otherPackage> --> |
---|
148 | <!-- --> |
---|
149 | <!-- <otherPackage> --> |
---|
150 | <!-- <packageName> --> |
---|
151 | <!-- GNU Readline --> |
---|
152 | <!-- </packageName> --> |
---|
153 | <!-- <packageURL> --> |
---|
154 | <!-- </packageURL> --> |
---|
155 | <!-- <requiredOrOptional> --> |
---|
156 | <!-- Optional --> |
---|
157 | <!-- </requiredOrOptional> --> |
---|
158 | <!-- </otherPackage> --> |
---|
159 | <!-- --> |
---|
160 | <!-- <otherPackage> --> |
---|
161 | <!-- <packageName> --> |
---|
162 | <!-- GNU History --> |
---|
163 | <!-- </packageName> --> |
---|
164 | <!-- <packageURL> --> |
---|
165 | <!-- </packageURL> --> |
---|
166 | <!-- <requiredOrOptional> --> |
---|
167 | <!-- Optional --> |
---|
168 | <!-- </requiredOrOptional> --> |
---|
169 | <!-- </otherPackage> --> |
---|
170 | <!-- --> |
---|
171 | <!--</otherLinkedPackages> --> |
---|
172 | <!-- --> |
---|
173 | <!--Fill in your text below (outside the comment block). --> |
---|
174 | <otherLinkedPackages> |
---|
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> |
---|
220 | BLAS and LAPACK |
---|
221 | </packageName> |
---|
222 | <packageURL> |
---|
223 | </packageURL> |
---|
224 | <requiredOrOptional> |
---|
225 | Optional |
---|
226 | </requiredOrOptional> |
---|
227 | </otherPackage> |
---|
228 | </otherLinkedPackages> |
---|
229 | <!-- Below, you can list the programming language(s) used in --> |
---|
230 | <!-- the project. For example: --> |
---|
231 | <!--<projectLanguage>C</projectLanguage> --> |
---|
232 | <!-- --> |
---|
233 | <!--Fill in your text below (outside the comment block). --> |
---|
234 | <projectLanguage>C++</projectLanguage> |
---|
235 | <!--The following fields describe the development status --> |
---|
236 | <!--of the project. --> |
---|
237 | <!-- --> |
---|
238 | <!--Fill in your text below (outside the comment block). --> |
---|
239 | <developmentStatus> |
---|
240 | <!--If you are actively managing your project, use --> |
---|
241 | <activityStatus>Active</activityStatus> |
---|
242 | <!--The maturity level is determined during project --> |
---|
243 | <!--review and should have been reported to you. --> |
---|
244 | <!--See http://www.coin-or.org/faqs.html#q18 for --> |
---|
245 | <!--more information on maturity level. --> |
---|
246 | <!--Fill it in like this: --> |
---|
247 | <!-- --> |
---|
248 | <!--<maturityLevel>5</maturityLevel> --> |
---|
249 | <!-- --> |
---|
250 | <maturityLevel>5</maturityLevel> |
---|
251 | <!--If you have versioning and releases, you should --> |
---|
252 | <!--fill in your latest stable version number here. --> |
---|
253 | <!--See http://www.coin-or.org/faqs.html#q19 for --> |
---|
254 | <!--more information on version numbers. --> |
---|
255 | <!--Fill it in like this: --> |
---|
256 | <!-- --> |
---|
257 | <!--<stableVersionNumber>1.1</stableVersionNumber> --> |
---|
258 | <!-- --> |
---|
259 | <stableVersionNumber>1.5</stableVersionNumber> |
---|
260 | <!--If you have versioning and releases, you should --> |
---|
261 | <!--fill in your latest stable release number here. --> |
---|
262 | <!--See http://www.coin-or.org/faqs.html#q19 for --> |
---|
263 | <!--more information on version numbers. --> |
---|
264 | <!--Fill it in like this: --> |
---|
265 | <!-- --> |
---|
266 | <!--<releaseVersionNumber>5.1.4</releaseeVersionNumber>--> |
---|
267 | <!-- --> |
---|
268 | <releaseNumber>1.1.1</releaseNumber> |
---|
269 | </developmentStatus> |
---|
270 | <!--Below, you can list the platforms on which your --> |
---|
271 | <!--project has been tested. Again, these are listed one --> |
---|
272 | <!--by one. There are fields for both operating system and --> |
---|
273 | <!--compiler. Here is an example for SYMPHONY --> |
---|
274 | <!-- --> |
---|
275 | <!--<testedPlatforms> --> |
---|
276 | <!-- --> |
---|
277 | <!-- <platform> --> |
---|
278 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
279 | <!-- <compiler>MSVC++/cl</compiler> --> |
---|
280 | <!-- </platform> --> |
---|
281 | <!-- --> |
---|
282 | <!-- <platform> --> |
---|
283 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
284 | <!-- <compiler>CYGWIN/cl</compiler> --> |
---|
285 | <!-- </platform> --> |
---|
286 | <!-- --> |
---|
287 | <!-- <platform> --> |
---|
288 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
289 | <!-- <compiler>CYGWIN/gcc</compiler> --> |
---|
290 | <!-- </platform> --> |
---|
291 | <!-- --> |
---|
292 | <!-- <platform> --> |
---|
293 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
294 | <!-- <compiler>MSys/gcc</compiler> --> |
---|
295 | <!-- </platform> --> |
---|
296 | <!-- --> |
---|
297 | <!-- <platform> --> |
---|
298 | <!-- <operatingSystem>Linux</operatingSystem> --> |
---|
299 | <!-- <compiler>gcc</compiler> --> |
---|
300 | <!-- </platform> --> |
---|
301 | <!-- --> |
---|
302 | <!-- <platform> --> |
---|
303 | <!-- <operatingSystem>Mac OSX</operatingSystem> --> |
---|
304 | <!-- <compiler>gcc</compiler> --> |
---|
305 | <!-- </platform> --> |
---|
306 | <!-- --> |
---|
307 | <!-- <platform> --> |
---|
308 | <!-- <operatingSystem>Solaris x86</operatingSystem> --> |
---|
309 | <!-- <compiler>gcc</compiler> --> |
---|
310 | <!-- </platform> --> |
---|
311 | <!-- --> |
---|
312 | <!-- <platform> --> |
---|
313 | <!-- <operatingSystem>Solaris x86</operatingSystem> --> |
---|
314 | <!-- <compiler>sunpro</compiler> --> |
---|
315 | <!-- </platform> --> |
---|
316 | <!-- --> |
---|
317 | <!--</testedPlatforms> --> |
---|
318 | <!-- --> |
---|
319 | <!--Fill in your text below (outside the comment block). --> |
---|
320 | <testedPlatforms> |
---|
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> |
---|
330 | <operatingSystem>Linux</operatingSystem> |
---|
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> |
---|
341 | </testedPlatforms> |
---|
342 | |
---|
343 | <projectCategories> |
---|
344 | <!-- Start of projectCategories block --> |
---|
345 | |
---|
346 | <!--Below is the list of COIN-OR project categores. --> |
---|
347 | <!--Simply "un-comment" any categories that apply to --> |
---|
348 | <!--your project. --> |
---|
349 | |
---|
350 | <!-- <category> --> |
---|
351 | <!-- Development tools --> |
---|
352 | <!-- </category> --> |
---|
353 | <!-- <category> --> |
---|
354 | <!-- Graphs --> |
---|
355 | <!-- </category> --> |
---|
356 | <!-- <category> --> |
---|
357 | <!-- Interfaces --> |
---|
358 | <!-- </category> --> |
---|
359 | <!-- <category> --> |
---|
360 | <!-- Metaheuristics --> |
---|
361 | <!-- </category> --> |
---|
362 | <!-- <category> --> |
---|
363 | <!-- Modeling systems --> |
---|
364 | <!-- </category> --> |
---|
365 | <!-- <category> --> |
---|
366 | <!-- Optimization convex non-differentiable --> |
---|
367 | <!-- </category> --> |
---|
368 | <category> |
---|
369 | Optimization deterministic linear discrete |
---|
370 | </category> |
---|
371 | <!-- <category> --> |
---|
372 | <!-- Optimization deterministic linear discrete --> |
---|
373 | <!-- </category> --> |
---|
374 | <!-- <category> --> |
---|
375 | <!-- Optimization deterministic nonlinear --> |
---|
376 | <!-- </category> --> |
---|
377 | <!-- <category> --> |
---|
378 | <!-- Optimization deterministic nonlinear discrete --> |
---|
379 | <!-- </category> --> |
---|
380 | <!-- <category> --> |
---|
381 | <!-- Optimization deterministic semidefinite continuous --> |
---|
382 | <!-- </category> --> |
---|
383 | <!-- <category> --> |
---|
384 | <!-- Optimization stochastic --> |
---|
385 | <!-- </category> --> |
---|
386 | <!-- <category> --> |
---|
387 | <!-- Optimization utility --> |
---|
388 | <!-- </category> --> |
---|
389 | |
---|
390 | <!-- End of projectCategories block --> |
---|
391 | </projectCategories> |
---|
392 | |
---|
393 | <!-- End of projectBasics block --> |
---|
394 | </projectBasics> |
---|
395 | <!--Below, you can specify the links for the left-hand side menu. --> |
---|
396 | <!--Note that these are optional, so if there is a blank, there will --> |
---|
397 | <!--be no corresponding menu item --> |
---|
398 | <!-- --> |
---|
399 | <!--For SYMPHONY, this block would look like this: --> |
---|
400 | <!-- --> |
---|
401 | <!--<leftMenuLinks> --> |
---|
402 | <!-- --> |
---|
403 | <!-- <documentation> --> |
---|
404 | <!-- http://www.coin-or.org/SYMPHONY/man-5.1 --> |
---|
405 | <!-- </documentation> --> |
---|
406 | <!-- --> |
---|
407 | <!-- <sourceCodeDownload> --> |
---|
408 | <!-- http://www.coin-or.org/download/source/SYMPHONY --> |
---|
409 | <!-- </sourceCodeDownload> --> |
---|
410 | <!-- --> |
---|
411 | <!-- <binaryDownload> --> |
---|
412 | <!-- http://www.coin-or.org/download/binary/SYMPHONY --> |
---|
413 | <!-- </binaryDownload> --> |
---|
414 | <!-- --> |
---|
415 | <!-- <mailingList> --> |
---|
416 | <!-- http://list.coin-or.org/mailman/listinfo/coin-symphony --> |
---|
417 | <!-- </mailingList> --> |
---|
418 | <!--</leftMenuLinks> --> |
---|
419 | <!-- --> |
---|
420 | <!--Fill in your text below (outside the comment block). --> |
---|
421 | <leftMenuLinks> |
---|
422 | <documentation>http://www.coin-or.org/Cbc/index.html</documentation> |
---|
423 | <sourceCodeDownload>http://www.coin-or.org/download/source/Cbc</sourceCodeDownload> |
---|
424 | <binaryDownload>http://www.coin-or.org/download/Binaries/Cbc</binaryDownload> |
---|
425 | <mailingList></mailingList> |
---|
426 | </leftMenuLinks> |
---|
427 | <!-- End of projectData block --> |
---|
428 | </projectData> |
---|