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 | |
---|
7 | <!-- This file is a template that will you fill in in order to provide --> |
---|
8 | <!-- specific information about your project. Once the template is --> |
---|
9 | <!-- filled in and checked into your projects repository in the conf/ --> |
---|
10 | <!-- directory, it will be automatically parsed and displayed in a --> |
---|
11 | <!-- standard HTML format when users call up the file from the main --> |
---|
12 | <!-- COIN Web site. The file is extensively commented to help you --> |
---|
13 | <!-- understand where to fill in the various pieces of required --> |
---|
14 | <!-- information. The comments are enclosed in blocks like this one. --> |
---|
15 | |
---|
16 | <projectBasics> |
---|
17 | |
---|
18 | <!-- Fill in your project's name in this block. --> |
---|
19 | <!-- For example, for SYMPHONY, you would put: --> |
---|
20 | <!-- --> |
---|
21 | <!-- <projectName> --> |
---|
22 | <!-- SYMPHONY --> |
---|
23 | <!-- </projectName> --> |
---|
24 | <!-- --> |
---|
25 | <!-- Fill in your text below (outside the comment block). --> |
---|
26 | |
---|
27 | <projectName>Coopr</projectName> |
---|
28 | |
---|
29 | <!-- Fill in a brief description of your project here. --> |
---|
30 | <!-- For example, for SYMPHONY, you might put: --> |
---|
31 | <!-- --> |
---|
32 | <!-- <projectDescription> --> |
---|
33 | <!-- SYMPHONY is an open-source generic MILP solver, --> |
---|
34 | <!-- callable library, and extensible framework for --> |
---|
35 | <!-- implementing customized solvers for mixed-integer --> |
---|
36 | <!-- linear programs (MILPs). Blah, blah, blah. --> |
---|
37 | <!-- </projectDescription> --> |
---|
38 | <!-- --> |
---|
39 | <!-- Fill in your text below (outside the comment block) --> |
---|
40 | |
---|
41 | <projectDescription> |
---|
42 | Coopr is a collection of Python optimization-related packages. Coopr |
---|
43 | supports a diverse set of optimization capabilities that can be used to |
---|
44 | formulate and analyze optimization applications. In particular, it include Pyomo, a Python-based modeling tool that can model abstract linear and integer programs. |
---|
45 | Coopr strongly leverages a Python component architecture to support extensibility in a modular manner, and |
---|
46 | plug-ins for optimization solvers can be added without editing any Coopr software. This allows Coopr to directly leverage the COIN-OR Coin Bazaar project to host plug-in packages for Coopr (e.g., see the coopr.neos package in Coin Bazaar). |
---|
47 | </projectDescription> |
---|
48 | |
---|
49 | <!-- Fill in the project manager's name and (obfuscated) --> |
---|
50 | <!-- e-mail address here (only one name allowed). --> |
---|
51 | <!-- For example, for the SYMPHONY project, you would put --> |
---|
52 | <!-- --> |
---|
53 | <!--<projectManager> --> |
---|
54 | <!-- Ted Ralphs, tkralphs at lehigh dot edu --> |
---|
55 | <!--</projectManager> --> |
---|
56 | <!-- --> |
---|
57 | <!--Fill in your text below (outside the comment block). --> |
---|
58 | |
---|
59 | <projectManager>William Hart, wehart at sandia dot gov and Jean-Paul Watson, jwatson at sandia dot gov</projectManager> |
---|
60 | |
---|
61 | <!-- Fill in the URLS you would like use for your main --> |
---|
62 | <!-- home page. This could be either your Trac page or --> |
---|
63 | <!-- your static page (if you have one). --> |
---|
64 | <!-- For example, for SYMPHONY, you would put --> |
---|
65 | <!-- --> |
---|
66 | <!-- --> |
---|
67 | <!--<projectHomePage> --> |
---|
68 | <!-- https://projects.coin-or.org/SYMPHONY --> |
---|
69 | <!--</projectHomePage> --> |
---|
70 | <!-- --> |
---|
71 | <!--Fill in your text below (outside the comment block). --> |
---|
72 | |
---|
73 | <projectHomePage>https://projects.coin-or.org/Coopr</projectHomePage> |
---|
74 | |
---|
75 | <!-- Fill in the name of the license your project uses --> |
---|
76 | <!-- and a link to its page on www.opensource.org --> |
---|
77 | <!-- For example, if you use the CPL, you would put --> |
---|
78 | <!-- --> |
---|
79 | <!--<projectLicense> --> |
---|
80 | <!-- Common Public License 1.0 --> |
---|
81 | <!--</projectLicense> --> |
---|
82 | <!--<projectLicenseURL> --> |
---|
83 | <!-- http://www.opensource.org/licenses/cpl1.0.php --> |
---|
84 | <!--</projectLicenseURL> --> |
---|
85 | <!-- --> |
---|
86 | <!--Fill in your text below (outside the comment block). --> |
---|
87 | |
---|
88 | <projectLicense>BSD</projectLicense> |
---|
89 | http://www.opensource.org/licenses/bsd-license.php |
---|
90 | <projectLicenseURL></projectLicenseURL> |
---|
91 | |
---|
92 | <!-- Below, you can list other COIN projects your project --> |
---|
93 | <!-- depends on. These are listed one by one, as in the --> |
---|
94 | <!-- following example for SYMPHONY: --> |
---|
95 | <!-- --> |
---|
96 | <!--<coinLinkedProjects> --> |
---|
97 | <!-- --> |
---|
98 | <!-- <coinProject> --> |
---|
99 | <!-- <projectName> --> |
---|
100 | <!-- CoinUtils --> |
---|
101 | <!-- </projectName> --> |
---|
102 | <!-- </coinProject> --> |
---|
103 | <!-- --> |
---|
104 | <!-- <coinProject> --> |
---|
105 | <!-- <projectName> --> |
---|
106 | <!-- Cgl --> |
---|
107 | <!-- </projectName> --> |
---|
108 | <!-- </coinProject> --> |
---|
109 | <!-- --> |
---|
110 | <!-- <coinProject> --> |
---|
111 | <!-- <projectName> --> |
---|
112 | <!-- Osi --> |
---|
113 | <!-- </projectName> --> |
---|
114 | <!-- </coinProject> --> |
---|
115 | <!-- --> |
---|
116 | <!-- <coinProject> --> |
---|
117 | <!-- <projectName> --> |
---|
118 | <!-- Clp --> |
---|
119 | <!-- </projectName> --> |
---|
120 | <!-- </coinProject> --> |
---|
121 | <!-- --> |
---|
122 | <!--</coinLinkedProjects> --> |
---|
123 | <!-- --> |
---|
124 | <!--Fill in your text below (outside the comment block). --> |
---|
125 | |
---|
126 | <!-- |
---|
127 | <coinLinkedProjects> |
---|
128 | <coinProject> |
---|
129 | <projectName></projectName> |
---|
130 | </coinProject> |
---|
131 | </coinLinkedProjects> |
---|
132 | --> |
---|
133 | |
---|
134 | <!-- Below, you can list other packages your project --> |
---|
135 | <!-- either requires or can optionally link to. These are --> |
---|
136 | <!-- one by one, as in the following example: --> |
---|
137 | <!-- --> |
---|
138 | <!--<otherLinkedPackages> --> |
---|
139 | <!-- --> |
---|
140 | <!-- <otherPackage> --> |
---|
141 | <!-- <packageName> --> |
---|
142 | <!-- GLPK --> |
---|
143 | <!-- </packageName> --> |
---|
144 | <!-- <packageURL> --> |
---|
145 | <!-- http://www.gnu.org/software/glpk/ --> |
---|
146 | <!-- </packageURL> --> |
---|
147 | <!-- <requiredOrOptional> --> |
---|
148 | <!-- Optional --> |
---|
149 | <!-- </requiredOrOptional> --> |
---|
150 | <!-- </otherPackage> --> |
---|
151 | <!-- --> |
---|
152 | <!-- <otherPackage> --> |
---|
153 | <!-- <packageName> --> |
---|
154 | <!-- GNU Readline --> |
---|
155 | <!-- </packageName> --> |
---|
156 | <!-- <packageURL> --> |
---|
157 | <!-- </packageURL> --> |
---|
158 | <!-- <requiredOrOptional> --> |
---|
159 | <!-- Optional --> |
---|
160 | <!-- </requiredOrOptional> --> |
---|
161 | <!-- </otherPackage> --> |
---|
162 | <!-- --> |
---|
163 | <!-- <otherPackage> --> |
---|
164 | <!-- <packageName> --> |
---|
165 | <!-- GNU History --> |
---|
166 | <!-- </packageName> --> |
---|
167 | <!-- <packageURL> --> |
---|
168 | <!-- </packageURL> --> |
---|
169 | <!-- <requiredOrOptional> --> |
---|
170 | <!-- Optional --> |
---|
171 | <!-- </requiredOrOptional> --> |
---|
172 | <!-- </otherPackage> --> |
---|
173 | <!-- --> |
---|
174 | <!--</otherLinkedPackages> --> |
---|
175 | <!-- --> |
---|
176 | <!--Fill in your text below (outside the comment block). --> |
---|
177 | |
---|
178 | <!-- |
---|
179 | <otherLinkedPackages> |
---|
180 | <otherPackage> |
---|
181 | <packageName></packageName> |
---|
182 | <packageURL></packageURL> |
---|
183 | <requiredOrOptional></requiredOrOptional> |
---|
184 | </otherPackage> |
---|
185 | </otherLinkedPackages> |
---|
186 | --> |
---|
187 | |
---|
188 | <!-- Below, you can list the programming language(s) used in --> |
---|
189 | <!-- the project. For example: --> |
---|
190 | <!--<projectLanguage>C</projectLanguage> --> |
---|
191 | <!-- --> |
---|
192 | <!--Fill in your text below (outside the comment block). --> |
---|
193 | |
---|
194 | <projectLanguage>Python</projectLanguage> |
---|
195 | |
---|
196 | |
---|
197 | <!--The following fields describe the development status --> |
---|
198 | <!--of the project. --> |
---|
199 | <!-- --> |
---|
200 | <!--Fill in your text below (outside the comment block). --> |
---|
201 | |
---|
202 | <developmentStatus> |
---|
203 | |
---|
204 | <!--If you are actively managing your project, use --> |
---|
205 | |
---|
206 | <activityStatus>Active</activityStatus> |
---|
207 | |
---|
208 | <!--The maturity level is determined during project --> |
---|
209 | <!--review and should have been reported to you. --> |
---|
210 | <!--See http://www.coin-or.org/faqs.html#q18 for --> |
---|
211 | <!--more information on maturity level. --> |
---|
212 | <!--Fill it in like this: --> |
---|
213 | <!-- --> |
---|
214 | <!--<maturityLevel>5</maturityLevel> --> |
---|
215 | <!-- --> |
---|
216 | |
---|
217 | <maturityLevel>4</maturityLevel> |
---|
218 | |
---|
219 | |
---|
220 | |
---|
221 | </developmentStatus> |
---|
222 | |
---|
223 | <!--Below, you can list the platforms on which your --> |
---|
224 | <!--project has been tested. Again, these are listed one --> |
---|
225 | <!--by one. There are fields for both operating system and --> |
---|
226 | <!--compiler. Here is an example for SYMPHONY --> |
---|
227 | <!-- --> |
---|
228 | <!--<testedPlatforms> --> |
---|
229 | <!-- --> |
---|
230 | <!-- <platform> --> |
---|
231 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
232 | <!-- <compiler>MSVC++/cl</compiler> --> |
---|
233 | <!-- </platform> --> |
---|
234 | <!-- --> |
---|
235 | <!-- <platform> --> |
---|
236 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
237 | <!-- <compiler>CYGWIN/cl</compiler> --> |
---|
238 | <!-- </platform> --> |
---|
239 | <!-- --> |
---|
240 | <!-- <platform> --> |
---|
241 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
242 | <!-- <compiler>CYGWIN/gcc</compiler> --> |
---|
243 | <!-- </platform> --> |
---|
244 | <!-- --> |
---|
245 | <!-- <platform> --> |
---|
246 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
247 | <!-- <compiler>MSys/gcc</compiler> --> |
---|
248 | <!-- </platform> --> |
---|
249 | <!-- --> |
---|
250 | <!-- <platform> --> |
---|
251 | <!-- <operatingSystem>Linux</operatingSystem> --> |
---|
252 | <!-- <compiler>gcc</compiler> --> |
---|
253 | <!-- </platform> --> |
---|
254 | <!-- --> |
---|
255 | <!-- <platform> --> |
---|
256 | <!-- <operatingSystem>Mac OSX</operatingSystem> --> |
---|
257 | <!-- <compiler>gcc</compiler> --> |
---|
258 | <!-- </platform> --> |
---|
259 | <!-- --> |
---|
260 | <!-- <platform> --> |
---|
261 | <!-- <operatingSystem>Solaris x86</operatingSystem> --> |
---|
262 | <!-- <compiler>gcc</compiler> --> |
---|
263 | <!-- </platform> --> |
---|
264 | <!-- --> |
---|
265 | <!-- <platform> --> |
---|
266 | <!-- <operatingSystem>Solaris x86</operatingSystem> --> |
---|
267 | <!-- <compiler>sunpro</compiler> --> |
---|
268 | <!-- </platform> --> |
---|
269 | <!-- --> |
---|
270 | <!--</testedPlatforms> --> |
---|
271 | <!-- --> |
---|
272 | <!--Fill in your text below (outside the comment block). --> |
---|
273 | |
---|
274 | <testedPlatforms> |
---|
275 | |
---|
276 | <platform> |
---|
277 | <operatingSystem>RedHat Linux32</operatingSystem> |
---|
278 | <compiler>Python 2.5 and 2.6</compiler> |
---|
279 | </platform> |
---|
280 | |
---|
281 | <platform> |
---|
282 | <operatingSystem>RedHat Linux64</operatingSystem> |
---|
283 | <compiler>Python 2.5 and 2.6</compiler> |
---|
284 | </platform> |
---|
285 | |
---|
286 | <platform> |
---|
287 | <operatingSystem>Windows XP</operatingSystem> |
---|
288 | <compiler>Python 2.5 and 2.6</compiler> |
---|
289 | </platform> |
---|
290 | |
---|
291 | </testedPlatforms> |
---|
292 | |
---|
293 | <projectCategories> |
---|
294 | <!-- Start of projectCategories block --> |
---|
295 | |
---|
296 | <!--Below is the list of COIN-OR project categores. --> |
---|
297 | <!--Simply "un-comment" any categories that apply to --> |
---|
298 | <!--your project. --> |
---|
299 | |
---|
300 | <category> |
---|
301 | Modeling systems |
---|
302 | </category> |
---|
303 | <category> |
---|
304 | Development tools |
---|
305 | </category> |
---|
306 | <category> |
---|
307 | Optimization stochastic |
---|
308 | </category> |
---|
309 | <category> |
---|
310 | Optimization utility |
---|
311 | </category> |
---|
312 | |
---|
313 | <!-- End of projectCategories block --> |
---|
314 | </projectCategories> |
---|
315 | |
---|
316 | |
---|
317 | <!-- End of projectBasics block --> |
---|
318 | |
---|
319 | </projectBasics> |
---|
320 | |
---|
321 | <!--Below, you can specify the links for the left-hand side menu. --> |
---|
322 | <!--Note that these are optional, so if there is a blank, there will --> |
---|
323 | <!--be no corresponding menu item --> |
---|
324 | <!-- --> |
---|
325 | <!--For SYMPHONY, this block would look like this: --> |
---|
326 | <!-- --> |
---|
327 | <!--<leftMenuLinks> --> |
---|
328 | <!-- --> |
---|
329 | <!-- <documentation> --> |
---|
330 | <!-- http://www.coin-or.org/SYMPHONY/man-5.1 --> |
---|
331 | <!-- </documentation> --> |
---|
332 | <!-- --> |
---|
333 | <!-- <sourceCodeDownload> --> |
---|
334 | <!-- http://www.coin-or.org/download/source/SYMPHONY --> |
---|
335 | <!-- </sourceCodeDownload> --> |
---|
336 | <!-- --> |
---|
337 | <!-- <binaryDownload> --> |
---|
338 | <!-- http://www.coin-or.org/download/binary/SYMPHONY --> |
---|
339 | <!-- </binaryDownload> --> |
---|
340 | <!-- --> |
---|
341 | <!-- <mailingList> --> |
---|
342 | <!-- http://list.coin-or.org/mailman/listinfo/coin-symphony --> |
---|
343 | <!-- </mailingList> --> |
---|
344 | <!--</leftMenuLinks> --> |
---|
345 | <!-- --> |
---|
346 | <!--Fill in your text below (outside the comment block). --> |
---|
347 | |
---|
348 | <leftMenuLinks> |
---|
349 | |
---|
350 | <documentation>https://software.sandia.gov/trac/coopr/wiki/Documentation</documentation> |
---|
351 | |
---|
352 | <sourceCodeDownload>https://software.sandia.gov/trac/coopr/wiki/GettingStarted</sourceCodeDownload> |
---|
353 | |
---|
354 | <binaryDownload>https://software.sandia.gov/trac/coopr/wiki/GettingStarted</binaryDownload> |
---|
355 | |
---|
356 | <mailingList>http://groups.google.com/group/coopr-forum</mailingList> |
---|
357 | |
---|
358 | </leftMenuLinks> |
---|
359 | |
---|
360 | <!-- End of projectData block --> |
---|
361 | </projectData> |
---|