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>Clp</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 | <projectDescription> |
---|
36 | CLP is a high quality open-source LP solver. Its main strengths |
---|
37 | are its Dual and Primal Simplex algorithms. It also has a |
---|
38 | barrier algorithm for Linear and Quadratic objectives. There are |
---|
39 | limited facilities for Nonlinear and Quadratic objectives using |
---|
40 | the Simplex algorithm. It is available as a library and as a |
---|
41 | standalone solver. It was written by John Forrest, jjforre at us.ibm.com. |
---|
42 | </projectDescription> |
---|
43 | <!-- Fill in the project manager's name and (obfuscated) --> |
---|
44 | <!-- e-mail address here (only one name allowed). --> |
---|
45 | <!-- For example, for the SYMPHONY project, you would put --> |
---|
46 | <!-- --> |
---|
47 | <!--<projectManager> --> |
---|
48 | <!-- Ted Ralphs, tkralphs at lehigh dot edu --> |
---|
49 | <!--</projectManager> --> |
---|
50 | <!-- --> |
---|
51 | <!--Fill in your text below (outside the comment block). --> |
---|
52 | <projectManager>Julian Hall, jajhall@ed.ac.uk</projectManager> |
---|
53 | <!-- Fill in the URLS you would like use for your main --> |
---|
54 | <!-- home page. This could be either your Trac page or --> |
---|
55 | <!-- your static page (if you have one). --> |
---|
56 | <!-- For example, for SYMPHONY, you would put --> |
---|
57 | <!-- --> |
---|
58 | <!-- --> |
---|
59 | <!--<projectHomePage> --> |
---|
60 | <!-- https://projects.coin-or.org/SYMPHONY --> |
---|
61 | <!--</projectHomePage> --> |
---|
62 | <!-- --> |
---|
63 | <!--Fill in your text below (outside the comment block). --> |
---|
64 | <projectHomePage>https://projects.coin-or.org/Clp</projectHomePage> |
---|
65 | <!-- Fill in the name of the license your project uses --> |
---|
66 | <!-- and a link to its page on www.opensource.org --> |
---|
67 | <!-- For example, if you use the CPL, you would put --> |
---|
68 | <!-- --> |
---|
69 | <!--<projectLicense> --> |
---|
70 | <!-- Common Public License 1.0 --> |
---|
71 | <!--</projectLicense> --> |
---|
72 | <!--<projectLicenseURL> --> |
---|
73 | <!-- http://www.opensource.org/licenses/cpl1.0.php --> |
---|
74 | <!--</projectLicenseURL> --> |
---|
75 | <!-- --> |
---|
76 | <!--Fill in your text below (outside the comment block). --> |
---|
77 | <projectLicense>Eclipse Public License 1.0</projectLicense> |
---|
78 | <projectLicenseURL>http://www.opensource.org/licenses/eclipse-1.0</projectLicenseURL> |
---|
79 | <!-- Below, you can list other COIN projects your project --> |
---|
80 | <!-- depends on. These are listed one by one, as in the --> |
---|
81 | <!-- following example for SYMPHONY: --> |
---|
82 | <!-- --> |
---|
83 | <!--<coinLinkedProjects> --> |
---|
84 | <!-- --> |
---|
85 | <!-- <coinProject> --> |
---|
86 | <!-- <projectName> --> |
---|
87 | <!-- CoinUtils --> |
---|
88 | <!-- </projectName> --> |
---|
89 | <!-- </coinProject> --> |
---|
90 | <!-- --> |
---|
91 | <!-- <coinProject> --> |
---|
92 | <!-- <projectName> --> |
---|
93 | <!-- Cgl --> |
---|
94 | <!-- </projectName> --> |
---|
95 | <!-- </coinProject> --> |
---|
96 | <!-- --> |
---|
97 | <!-- <coinProject> --> |
---|
98 | <!-- <projectName> --> |
---|
99 | <!-- Osi --> |
---|
100 | <!-- </projectName> --> |
---|
101 | <!-- </coinProject> --> |
---|
102 | <!-- --> |
---|
103 | <!-- <coinProject> --> |
---|
104 | <!-- <projectName> --> |
---|
105 | <!-- Clp --> |
---|
106 | <!-- </projectName> --> |
---|
107 | <!-- </coinProject> --> |
---|
108 | <!-- --> |
---|
109 | <!--</coinLinkedProjects> --> |
---|
110 | <!-- --> |
---|
111 | <!--Fill in your text below (outside the comment block). --> |
---|
112 | <coinLinkedProjects> |
---|
113 | <coinProject> |
---|
114 | <projectName>CoinUtils</projectName> |
---|
115 | </coinProject> |
---|
116 | </coinLinkedProjects> |
---|
117 | <!-- Below, you can list other packages your project --> |
---|
118 | <!-- either requires or can optionally link to. These are --> |
---|
119 | <!-- one by one, as in the following example: --> |
---|
120 | <!-- --> |
---|
121 | <!--<otherLinkedPackages> --> |
---|
122 | <!-- --> |
---|
123 | <!-- <otherPackage> --> |
---|
124 | <!-- <packageName> --> |
---|
125 | <!-- GLPK --> |
---|
126 | <!-- </packageName> --> |
---|
127 | <!-- <packageURL> --> |
---|
128 | <!-- http://www.gnu.org/software/glpk/ --> |
---|
129 | <!-- </packageURL> --> |
---|
130 | <!-- <requiredOrOptional> --> |
---|
131 | <!-- Optional --> |
---|
132 | <!-- </requiredOrOptional> --> |
---|
133 | <!-- </otherPackage> --> |
---|
134 | <!-- --> |
---|
135 | <!-- <otherPackage> --> |
---|
136 | <!-- <packageName> --> |
---|
137 | <!-- GNU Readline --> |
---|
138 | <!-- </packageName> --> |
---|
139 | <!-- <packageURL> --> |
---|
140 | <!-- </packageURL> --> |
---|
141 | <!-- <requiredOrOptional> --> |
---|
142 | <!-- Optional --> |
---|
143 | <!-- </requiredOrOptional> --> |
---|
144 | <!-- </otherPackage> --> |
---|
145 | <!-- --> |
---|
146 | <!-- <otherPackage> --> |
---|
147 | <!-- <packageName> --> |
---|
148 | <!-- GNU History --> |
---|
149 | <!-- </packageName> --> |
---|
150 | <!-- <packageURL> --> |
---|
151 | <!-- </packageURL> --> |
---|
152 | <!-- <requiredOrOptional> --> |
---|
153 | <!-- Optional --> |
---|
154 | <!-- </requiredOrOptional> --> |
---|
155 | <!-- </otherPackage> --> |
---|
156 | <!-- --> |
---|
157 | <!--</otherLinkedPackages> --> |
---|
158 | <!-- --> |
---|
159 | <!--Fill in your text below (outside the comment block). --> |
---|
160 | <otherLinkedPackages> |
---|
161 | <otherPackage> |
---|
162 | <packageName></packageName> |
---|
163 | <packageURL></packageURL> |
---|
164 | <requiredOrOptional></requiredOrOptional> |
---|
165 | </otherPackage> |
---|
166 | </otherLinkedPackages> |
---|
167 | <!-- Below, you can list the programming language(s) used in --> |
---|
168 | <!-- the project. For example: --> |
---|
169 | <!--<projectLanguage>C</projectLanguage> --> |
---|
170 | <!-- --> |
---|
171 | <!--Fill in your text below (outside the comment block). --> |
---|
172 | <projectLanguage>C++</projectLanguage> |
---|
173 | <!--The following fields describe the development status --> |
---|
174 | <!--of the project. --> |
---|
175 | <!-- --> |
---|
176 | <!--Fill in your text below (outside the comment block). --> |
---|
177 | <developmentStatus> |
---|
178 | <!--If you are actively managing your project, use --> |
---|
179 | <activityStatus>Active</activityStatus> |
---|
180 | <!--The maturity level is determined during project --> |
---|
181 | <!--review and should have been reported to you. --> |
---|
182 | <!--See http://www.coin-or.org/faqs.html#q18 for --> |
---|
183 | <!--more information on maturity level. --> |
---|
184 | <!--Fill it in like this: --> |
---|
185 | <!-- --> |
---|
186 | <!--<maturityLevel>5</maturityLevel> --> |
---|
187 | <!-- --> |
---|
188 | <maturityLevel>5</maturityLevel> |
---|
189 | <!--If you have versioning and releases, you should --> |
---|
190 | <!--fill in your latest stable version number here. --> |
---|
191 | <!--See http://www.coin-or.org/faqs.html#q19 for --> |
---|
192 | <!--more information on version numbers. --> |
---|
193 | <!--Fill it in like this: --> |
---|
194 | <!-- --> |
---|
195 | <!--<stableVersionNumber>5.1</stableVersionNumber> --> |
---|
196 | <!-- --> |
---|
197 | <stableVersionNumber>1.5</stableVersionNumber> |
---|
198 | <!--If you have versioning and releases, you should --> |
---|
199 | <!--fill in your latest stable release number here. --> |
---|
200 | <!--See http://www.coin-or.org/faqs.html#q19 for --> |
---|
201 | <!--more information on version numbers. --> |
---|
202 | <!--Fill it in like this: --> |
---|
203 | <!-- --> |
---|
204 | <!--<releaseVersionNumber>5.1.4</releaseeVersionNumber>--> |
---|
205 | <!-- --> |
---|
206 | <releaseNumber>1.5.0</releaseNumber> |
---|
207 | </developmentStatus> |
---|
208 | <!--Below, you can list the platforms on which your --> |
---|
209 | <!--project has been tested. Again, these are listed one --> |
---|
210 | <!--by one. There are fields for both operating system and --> |
---|
211 | <!--compiler. Here is an example for SYMPHONY --> |
---|
212 | <!-- --> |
---|
213 | <!--<testedPlatforms> --> |
---|
214 | <!-- --> |
---|
215 | <!-- <platform> --> |
---|
216 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
217 | <!-- <compiler>MSVC++/cl</compiler> --> |
---|
218 | <!-- </platform> --> |
---|
219 | <!-- --> |
---|
220 | <!-- <platform> --> |
---|
221 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
222 | <!-- <compiler>CYGWIN/cl</compiler> --> |
---|
223 | <!-- </platform> --> |
---|
224 | <!-- --> |
---|
225 | <!-- <platform> --> |
---|
226 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
227 | <!-- <compiler>CYGWIN/gcc</compiler> --> |
---|
228 | <!-- </platform> --> |
---|
229 | <!-- --> |
---|
230 | <!-- <platform> --> |
---|
231 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
232 | <!-- <compiler>MSys/gcc</compiler> --> |
---|
233 | <!-- </platform> --> |
---|
234 | <!-- --> |
---|
235 | <!-- <platform> --> |
---|
236 | <!-- <operatingSystem>Linux</operatingSystem> --> |
---|
237 | <!-- <compiler>gcc</compiler> --> |
---|
238 | <!-- </platform> --> |
---|
239 | <!-- --> |
---|
240 | <!-- <platform> --> |
---|
241 | <!-- <operatingSystem>Mac OSX</operatingSystem> --> |
---|
242 | <!-- <compiler>gcc</compiler> --> |
---|
243 | <!-- </platform> --> |
---|
244 | <!-- --> |
---|
245 | <!-- <platform> --> |
---|
246 | <!-- <operatingSystem>Solaris x86</operatingSystem> --> |
---|
247 | <!-- <compiler>gcc</compiler> --> |
---|
248 | <!-- </platform> --> |
---|
249 | <!-- --> |
---|
250 | <!-- <platform> --> |
---|
251 | <!-- <operatingSystem>Solaris x86</operatingSystem> --> |
---|
252 | <!-- <compiler>sunpro</compiler> --> |
---|
253 | <!-- </platform> --> |
---|
254 | <!-- --> |
---|
255 | <!--</testedPlatforms> --> |
---|
256 | <!-- --> |
---|
257 | <!--Fill in your text below (outside the comment block). --> |
---|
258 | <testedPlatforms> |
---|
259 | <platform> |
---|
260 | <operatingSystem>Microsoft Windows 7, XP</operatingSystem> |
---|
261 | <compiler>Visual Studio, cl</compiler> |
---|
262 | </platform> |
---|
263 | <platform> |
---|
264 | <operatingSystem>Microsoft Windows 7, XP / Cygwin / Msys / MinGW</operatingSystem> |
---|
265 | <compiler>gcc, cl</compiler> |
---|
266 | </platform> |
---|
267 | <platform> |
---|
268 | <operatingSystem>Linux</operatingSystem> |
---|
269 | <compiler>gcc</compiler> |
---|
270 | </platform> |
---|
271 | <platform> |
---|
272 | <operatingSystem>Mac OSX</operatingSystem> |
---|
273 | <compiler>gcc</compiler> |
---|
274 | </platform> |
---|
275 | <platform> |
---|
276 | <operatingSystem>Solaris (SPARC, x86)</operatingSystem> |
---|
277 | <compiler>Studio, gcc</compiler> |
---|
278 | </platform> |
---|
279 | </testedPlatforms> |
---|
280 | |
---|
281 | <projectCategories> |
---|
282 | <!-- Start of projectCategories block --> |
---|
283 | |
---|
284 | <!--Below is the list of COIN-OR project categores. --> |
---|
285 | <!--Simply "un-comment" any categories that apply to --> |
---|
286 | <!--your project. --> |
---|
287 | |
---|
288 | <!-- <category> --> |
---|
289 | <!-- Development tools --> |
---|
290 | <!-- </category> --> |
---|
291 | <!-- <category> --> |
---|
292 | <!-- Graphs --> |
---|
293 | <!-- </category> --> |
---|
294 | <!-- <category> --> |
---|
295 | <!-- Interfaces --> |
---|
296 | <!-- </category> --> |
---|
297 | <!-- <category> --> |
---|
298 | <!-- Metaheuristics --> |
---|
299 | <!-- </category> --> |
---|
300 | <!-- <category> --> |
---|
301 | <!-- Modeling systems --> |
---|
302 | <!-- </category> --> |
---|
303 | <!-- <category> --> |
---|
304 | <!-- Optimization convex non-differentiable --> |
---|
305 | <!-- </category> --> |
---|
306 | <category> |
---|
307 | Optimization deterministic linear continuous |
---|
308 | </category> |
---|
309 | <!-- <category> --> |
---|
310 | <!-- Optimization deterministic linear discrete --> |
---|
311 | <!-- </category> --> |
---|
312 | <!-- <category> --> |
---|
313 | <!-- Optimization deterministic nonlinear --> |
---|
314 | <!-- </category> --> |
---|
315 | <!-- <category> --> |
---|
316 | <!-- Optimization deterministic nonlinear discrete --> |
---|
317 | <!-- </category> --> |
---|
318 | <!-- <category> --> |
---|
319 | <!-- Optimization deterministic semidefinite continuous --> |
---|
320 | <!-- </category> --> |
---|
321 | <!-- <category> --> |
---|
322 | <!-- Optimization stochastic --> |
---|
323 | <!-- </category> --> |
---|
324 | <!-- <category> --> |
---|
325 | <!-- Optimization utility --> |
---|
326 | <!-- </category> --> |
---|
327 | |
---|
328 | <!-- End of projectCategories block --> |
---|
329 | </projectCategories> |
---|
330 | |
---|
331 | <!-- End of projectBasics block --> |
---|
332 | </projectBasics> |
---|
333 | <!--Below, you can specify the links for the left-hand side menu. --> |
---|
334 | <!--Note that these are optional, so if there is a blank, there will --> |
---|
335 | <!--be no corresponding menu item --> |
---|
336 | <!-- --> |
---|
337 | <!--For SYMPHONY, this block would look like this: --> |
---|
338 | <!-- --> |
---|
339 | <!--<leftMenuLinks> --> |
---|
340 | <!-- --> |
---|
341 | <!-- <documentation> --> |
---|
342 | <!-- http://www.coin-or.org/SYMPHONY/man-5.1 --> |
---|
343 | <!-- </documentation> --> |
---|
344 | <!-- --> |
---|
345 | <!-- <sourceCodeDownload> --> |
---|
346 | <!-- http://www.coin-or.org/download/source/SYMPHONY --> |
---|
347 | <!-- </sourceCodeDownload> --> |
---|
348 | <!-- --> |
---|
349 | <!-- <binaryDownload> --> |
---|
350 | <!-- http://www.coin-or.org/download/binary/SYMPHONY --> |
---|
351 | <!-- </binaryDownload> --> |
---|
352 | <!-- --> |
---|
353 | <!-- <mailingList> --> |
---|
354 | <!-- http://list.coin-or.org/mailman/listinfo/coin-symphony --> |
---|
355 | <!-- </mailingList> --> |
---|
356 | <!--</leftMenuLinks> --> |
---|
357 | <!-- --> |
---|
358 | <!--Fill in your text below (outside the comment block). --> |
---|
359 | <leftMenuLinks> |
---|
360 | <documentation>http://www.coin-or.org/Clp/userguide/index.html</documentation> |
---|
361 | <sourceCodeDownload>http://www.coin-or.org/download/source/Clp</sourceCodeDownload> |
---|
362 | <binaryDownload>http://www.coin-or.org/download/Binaries/Clp</binaryDownload> |
---|
363 | <mailingList>http://list.coin-or.org/mailman/listinfo/Coin-lpsolver</mailingList> |
---|
364 | </leftMenuLinks> |
---|
365 | <!-- End of projectData block --> |
---|
366 | </projectData> |
---|