<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type = "text/xsl" href = "http://www.coin-or.org/projects/autoGen.xsl"?>
<projectData xmlns="coin-or.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="coin-or.org  http://www.coin-or.org/projects/autoGen.xsd">

	<!-- This file is a template that will you fill in in order to provide -->
	<!-- specific information about your project. Once the template is     -->
	<!-- filled in and checked into your projects repository in the conf/  -->
	<!-- directory, it will be automatically parsed and displayed in a     -->
	<!-- standard HTML format when users call up the file from the main    -->
	<!-- COIN Web site. The file is extensively commented to help you      -->
	<!-- understand where to fill in the various pieces of required        -->
	<!-- information. The commenst are enclosed in blocks like this one.   -->

	<projectBasics>

		<!-- Fill in your project's name in this block.                -->
		<!-- For example, for SYMPHONY, you would put:                 -->
		<!--                                                           -->
		<!-- <projectName>                                             -->
		<!--    SYMPHONY                                               -->
		<!-- </projectName>                                            -->
		<!--                                                           -->
		<!-- Fill in your text below (outside the comment block).      -->

		<projectName>OS</projectName>

		<!-- Fill in a brief description of your project here.         -->
		<!-- For example, for SYMPHONY, you might put:                 -->
		<!--                                                           -->
		<!-- <projectDescription>                                      -->
		<!--    SYMPHONY is an open-source generic MILP solver,        -->
		<!--    callable library, and extensible framework for         -->
		<!--    implementing customized solvers for mixed-integer      -->
		<!--    linear programs (MILPs). Blah, blah, blah.             -->
		<!-- </projectDescription>                                     -->
		<!--                                                           -->
		<!-- Fill in your text below (outside the comment block)       -->

		<projectDescription>The objective of Optimization Services (OS) 
		is to provide a set of standards for representing optimization 
		instances, results, solver options, 
		and communication between clients and 
		solvers in a distributed environment using Web Services. 
		This COIN-OR project provides source code for libraries 
		and executable programs that implement OS standards. </projectDescription>

		<!-- Fill in the project manager's name and (obfuscated)       -->
		<!-- e-mail address here (only one name allowed).              -->
		<!-- For example, for the SYMPHONY project, you would put      -->
		<!--                                                           -->
		<!--<projectManager>                                           -->
		<!--   Ted Ralphs, tkralphs at lehigh dot edu                  -->
		<!--</projectManager>                                          -->
		<!--                                                           -->
		<!--Fill in your text below (outside the comment block).       -->

		<projectManager>Kipp Martin kipp.martin at chicagogsb dot edu and Jun Ma
		</projectManager>

		<!-- Fill in the URLS you would like use for your main         -->
		<!-- home page. This could be either your Trac page or         -->
		<!-- your static page (if you have one).                       -->
		<!-- For example, for SYMPHONY, you would put                  -->
		<!--                                                           -->
		<!--                                                           -->
		<!--<projectHomePage>					       -->
		<!--   https://projects.coin-or.org/SYMPHONY                   -->
		<!--</projectHomePage>                                         -->
		<!--                                                           -->
		<!--Fill in your text below (outside the comment block).       -->

		<projectHomePage>https://projects.coin-or.org/OS</projectHomePage>

		<!-- Fill in the name of the license your project uses         -->
		<!-- and a link to its page on www.opensource.org              -->
		<!-- For example, if you use the CPL, you would put            -->
		<!--                                                           -->
		<!--<projectLicense>					       -->
		<!--   Common Public License 1.0                               -->
		<!--</projectLicense>                                          -->
		<!--<projectLicenseURL>				               -->
		<!--   http://www.opensource.org/licenses/cpl1.0.php           -->
		<!--</projectLicenseURL>                                       -->
		<!--                                                           -->
		<!--Fill in your text below (outside the comment block).       -->

		<projectLicense>Common Public License 1.0 </projectLicense>
		<projectLicenseURL> http://www.opensource.org/licenses/cpl1.0.php </projectLicenseURL>

		<!-- Below, you can list other COIN projects your project      -->
		<!-- depends on. These are listed one by one, as in the        -->
		<!-- following example for SYMPHONY:                           -->
		<!--                                                           -->
		<!--<coinLinkedProjects>                                       -->
		<!--                                                           -->
		<!--   <coinProject>                                           -->
		<!--      <projectName>                                        -->
		<!--         CointUtils                                        -->
		<!--      </projectName>                                       -->
		<!--   </coinProject>                                          -->
		<!--                                                           -->
		<!--   <coinProject>                                           -->
		<!--      <projectName>                                        -->
		<!--         Cgl                                               -->
		<!--      </projectName>                                       -->
		<!--   </coinProject>                                          -->
		<!--                                                           -->
		<!--   <coinProject>                                           -->
		<!--      <projectName>                                        -->
		<!--         Osi                                               -->
		<!--      </projectName>                                       -->
		<!--   </coinProject>                                          -->
		<!--                                                           -->
		<!--   <coinProject>                                           -->
		<!--      <projectName>                                        -->
		<!--         Clp                                               -->
		<!--      </projectName>                                       -->
		<!--      <projectUrl>                                         -->
		<!--   </coinProject>                                          -->
		<!--                                                           -->
		<!--</coinLinkedProjects>                                      -->
		<!--                                                           -->
		<!--Fill in your text below (outside the comment block).       -->

		<coinLinkedProjects>
			<coinProject>
				<projectName>BuildTools</projectName>
			</coinProject>
			<coinProject>
				<projectName>Cbc</projectName>
			</coinProject>
			<coinProject>
				<projectName>Cgl</projectName>
			</coinProject>
			<coinProject>
				<projectName>Clp</projectName>
			</coinProject>
			<coinProject>
				<projectName>CoinUtils</projectName>
			</coinProject>
			<coinProject>
				<projectName>CppAD</projectName>
			</coinProject>
			<coinProject>
				<projectName>DyLP</projectName>
			</coinProject>
			<coinProject>
				<projectName>Ipopt</projectName>
			</coinProject>
			<coinProject>
				<projectName>Osi</projectName>
			</coinProject>
			<coinProject>
				<projectName>SYMPHONY</projectName>
			</coinProject>
			<coinProject>
				<projectName>Vol</projectName>
			</coinProject>
		</coinLinkedProjects>

		<!-- Below, you can list other packages your project           -->
		<!-- either requires or can optionally link to. These are      -->
		<!-- one by one, as in the following example:                  -->
		<!--                                                           -->
		<!--<otherLinkedPackages>                                      -->
		<!--                                                           -->
		<!--   <otherPackage>                                          -->
		<!--      <packageName>                                        -->
		<!--         GLPK                                              -->
		<!--      </packageName>                                       -->
		<!--      <packageURL>                                         -->
		<!--         http://www.gnu.org/software/glpk/                 -->
		<!--      </packageURL>                                        -->
		<!--      <requiredOrOptional>                                 -->
		<!--         Optional                                          -->
		<!--      </requiredOrOptional>                                -->
		<!--   </otherPackage>                                         -->
		<!--                                                           -->
		<!--   <otherPackage>                                          -->
		<!--      <packageName>                                        -->
		<!--         GNU Readline                                      -->
		<!--      </packageName>                                       -->
		<!--      <packageURL>                                         -->
		<!--      </packageURL>                                        -->
		<!--      <requiredOrOptional>                                 -->
		<!--         Optional                                          -->
		<!--      </requiredOrOptional>                                -->
		<!--   </otherPackage>                                         -->
		<!--                                                           -->
		<!--   <otherPackage>                                          -->
		<!--      <packageName>                                        -->
		<!--         GNU History                                       -->
		<!--      </packageName>                                       -->
		<!--      <packageURL>                                         -->
		<!--      </packageURL>                                        -->
		<!--      <requiredOrOptional>                                 -->
		<!--         Optional                                          -->
		<!--      </requiredOrOptional>                                -->
		<!--   </otherPackage>                                         -->
		<!--                                                           -->
		<!--</otherLinkedPackages>                                     -->
		<!--                                                           -->
		<!--Fill in your text below (outside the comment block).       -->

		<otherLinkedPackages>
			<otherPackage>
				<packageName>AMPL Solver Library (ASL)</packageName>
				<packageURL>http://www.netlib.org/ampl/solvers/</packageURL>
				<requiredOrOptional>Optional</requiredOrOptional>
			</otherPackage>
			<otherPackage>
				<packageName>Blas</packageName>
				<packageURL>http://www.netlib.org/blas/</packageURL>
				<requiredOrOptional>Optional</requiredOrOptional>
			</otherPackage>
			<otherPackage>
				<packageName>GLPK</packageName>
				<packageURL>http://www.gnu.org/software/glpk/</packageURL>
				<requiredOrOptional>Optional</requiredOrOptional>
			</otherPackage>
			<otherPackage>
				<packageName>HSL</packageName>
				<packageURL>http://www.netlib.org/harwell/</packageURL>
				<requiredOrOptional>Optional</requiredOrOptional>
			</otherPackage>
			<otherPackage>
				<packageName>KNITRO</packageName>
				<packageURL>http://www.ziena.com/</packageURL>
				<requiredOrOptional>Optional</requiredOrOptional>
			</otherPackage>
			<otherPackage>
				<packageName>Lapack</packageName>
				<packageURL>http://www.netlib.org/lapack/</packageURL>
				<requiredOrOptional>Optional</requiredOrOptional>
			</otherPackage>
			<otherPackage>
				<packageName>LINDO</packageName>
				<packageURL>www.lindo.com</packageURL>
				<requiredOrOptional>Optional</requiredOrOptional>
			</otherPackage>
			<otherPackage>
				<packageName>MUMPS</packageName>
				<packageURL>http://graal.ens-lyon.fr/MUMPS/</packageURL>
				<requiredOrOptional>Optional</requiredOrOptional>
			</otherPackage>
		</otherLinkedPackages>
	

		<!-- Below, you can list other packages your project           -->
		<!-- either requires or can optionally link to. These are      -->
		<!-- one by one, as in the following example:                  -->
		<!--                                                           -->
		<!--<projectLanguage>C</projectLanguage>                       -->
		<!--                                                           -->
		<!--Fill in your text below (outside the comment block).       -->

		<projectLanguage>C,C++</projectLanguage>



		<!--The following fields describe the development status       -->
		<!--of the project.                                            -->
		<!--                                                           -->
		<!--Fill in your text below (outside the comment block).       -->

		<developmentStatus>

			<!--If you are actively managing your project, the     -->

			<activityStatus>Active</activityStatus>

			<!--The maturity level is determined during project    -->
			<!--review and should have been reported to you.       -->
			<!--See http://www.coin-or.org/faqs.html#q18 for       -->
			<!--more information on maturity level.                -->
			<!--Fill it in like this:                              -->
			<!--                                                   -->
			<!--<maturityLevel>5</maturityLevel>                   -->
			<!--                                                   -->

			<maturityLevel>Not Yet Classified</maturityLevel>


		</developmentStatus>

		<!--Below, you can list the platforms on which your            -->
		<!--project has been tested. Again, these are listed one       -->
		<!--by one. There are fields for both operating system and     -->
		<!--compiler. Here is an example for SYMPHONY                  -->
		<!--                                                           -->
		<!--<testedPlatforms>                                          -->
		<!--                                                           -->
		<!--   <platform>                                              -->
		<!--      <operatingSystem>Microsoft Windows</operatingSystem> -->
		<!--      <compiler>MSVC++/cl</compiler>                       -->
		<!--   </platform>                                             -->
		<!--                                                           -->
		<!--   <platform>                                              -->
		<!--      <operatingSystem>Microsoft Windows</operatingSystem> -->
		<!--      <compiler>CYGWIN/cl</compiler>                       -->
		<!--   </platform>                                             -->
		<!--                                                           -->
		<!--   <platform>                                              -->
		<!--      <operatingSystem>Microsoft Windows</operatingSystem> -->
		<!--      <compiler>CYGWIN/gcc</compiler>                      -->
		<!--   </platform>                                             -->
		<!--                                                           -->
		<!--   <platform>                                              -->
		<!--      <operatingSystem>Microsoft Windows</operatingSystem> -->
		<!--      <compiler>MSys/gcc</compiler>                        -->
		<!--   </platform>                                             -->
		<!--                                                           -->
		<!--   <platform>                                              -->
		<!--      <operatingSystem>Linux</operatingSystem> -->
		<!--      <compiler>gcc</compiler>                             -->
		<!--   </platform>                                             -->
		<!--                                                           -->
		<!--   <platform>                                              -->
		<!--      <operatingSystem>Mac OSX</operatingSystem>           -->
		<!--      <compiler>gcc</compiler>                             -->
		<!--   </platform>                                             -->
		<!--                                                           -->
		<!--   <platform>                                              -->
		<!--      <operatingSystem>Solaris x86</operatingSystem>       -->
		<!--      <compiler>gcc</compiler>                             -->
		<!--   </platform>                                             -->
		<!--                                                           -->
		<!--   <platform>                                              -->
		<!--      <operatingSystem>Solaris x86</operatingSystem>       -->
		<!--      <compiler>sunpro</compiler>                          -->
		<!--   </platform>                                             -->
		<!--                                                           -->
		<!--</testedPlatforms>					       -->
		<!--                                                           -->
		<!--Fill in your text below (outside the comment block).       -->

		<testedPlatforms>

			<platform>
				<operatingSystem>Linux</operatingSystem>
				<compiler>gcc</compiler>
			</platform>
			<platform>
				<operatingSystem>Mac OS X (Intel)</operatingSystem>
				<compiler>gcc</compiler>
			</platform>
			<platform>
				<operatingSystem>Mac OS X (Power PC)</operatingSystem>
				<compiler>gcc</compiler>
			</platform>
			<platform>
				<operatingSystem>Microsoft Windows</operatingSystem>
				<compiler>MinGW/gcc</compiler>
			</platform>
			<platform>
				<operatingSystem>Microsoft Windows</operatingSystem>
				<compiler>Cygwin/gcc</compiler>
			</platform>
			<platform>
				<operatingSystem>Microsoft Windows</operatingSystem>
				<compiler>Msys/MS cl</compiler>
			</platform>
			<platform>
				<operatingSystem>Microsoft Windows</operatingSystem>
				<compiler>Visual Studio cl</compiler>
			</platform>
		</testedPlatforms>
		
		
		<!-- Start  of projectCategories block   -->
		<projectCategories>
			<!--Below, is the list of COIN-OR project categores. -->
			<!--Simply "un-comment" any categories that apply to your project. -->
			
			<!--   <category>  -->
			<!--        Development tools  -->
			<!--    </category>  -->
			<!--    <category>  -->
			<!--        Graphs  -->
			<!--    </category>  -->
			    <category> 
			        Interfaces 
			   </category> 
			<!--    <category> -->
			<!--        Metaheuristics -->
			<!--    </category> -->
			<!--    <category> -->
			<!--        Modeling systems -->
			<!--    </category> -->
			<!--    <category> -->
			<!--        Optimization convex non-differentiable -->
			<!--    </category> -->
			<!--    <category> -->
			<!--        Optimization deterministic linear continuous -->
			<!--    </category> -->
			<!-- <category> -->
			<!--	Optimization deterministic linear discrete -->
			<!-- </category> -->
			<!--    <category> -->
			<!--        Optimization deterministic nonlinear -->
			<!--    </category> -->
			<!--    <category> -->
			<!--        Optimization deterministic nonlinear discrete -->
			<!--    </category> -->
			<!--    <category> -->
			<!--        Optimization deterministic semidefinite continuous -->
			<!--    </category> -->
			<!--    <category> -->
			<!--        Optimization stochastic -->
			<!--    </category> -->
			<!--    <category> -->
			<!--        Optimization utility -->
			<!--    </category> -->
			
			<!-- End of projectCategories block   -->
		</projectCategories>

		<!-- End of projectBasics block                                -->

	</projectBasics>

	<!--Below, you can specify the links for the left-hand side menu.      -->
	<!--Note that these optional, so if there is a blank, there will       -->
	<!--be no corresponding menu item                                      -->
	<!--                                                                   -->
	<!--For SYMPHONY, this block would look like this:                     -->
	<!--                                                                   -->
	<!--<leftMenuLinks>                                                    -->
	<!--                                                                   -->
	<!--   <coinORHome>                                                    -->
	<!--      http://www.coin-or.org/                                      -->
	<!--   </coinORHome>                                                   -->
	<!--                                                                   -->
	<!--   <coinORProjectList>                                             -->
	<!--      http://www.coin-or.org/projects.html                         -->
	<!--   </coinORProjectList>                                            -->
	<!--                                                                   -->
	<!--   <projectHome>                                                   -->
	<!--      https://projects.coin-or.org/SYMPHONY                        -->
	<!--   </projectHome>                                                  -->
	<!--                                                                   -->
	<!--   <documentation>                                                 -->
	<!--      http://www.coin-or.org/SYMPHONY/man-5.1                      -->
	<!--   </documentation>                                                -->
	<!--                                                                   -->
	<!--   <sourceCodeDownload>                                            -->
	<!--      http://www.coin-or.org/download/source/SYMPHONY              -->
	<!--   </sourceCodeDownload>                                           -->
	<!--                                                                   -->
	<!--   <binaryDownload>                                                -->
	<!--      http://www.coin-or.org/download/binary/SYMPHONY              -->
	<!--   </binaryDownload>                                               -->
	<!--                                                                   -->
	<!--   <mailingList>                                                   -->
	<!--      http://list.coin-or.org/mailman/listinfo/coin-symphony       -->
	<!--   </mailingList>                                                  -->
	<!--</leftMenuLinks>                                                   -->
	<!--                                                                   -->
	<!--Fill in your text below (outside the comment block).               -->

	<leftMenuLinks>



		<documentation></documentation>

		<sourceCodeDownload>http://www.coin-or.org/download/source/OS</sourceCodeDownload>

		<binaryDownload>http://www.coin-or.org/download/binary/OS</binaryDownload>

		<mailingList>http://list.coin-or.org/mailman/listinfo/coin-os</mailingList>

	</leftMenuLinks>

	<!-- End of projectData block                                          -->
</projectData>
