<?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 comments are enclosed in blocks like this one.   -->

	 <projectBasics>

			 <!-- Fill in your project's name in this block.                -->

			 <projectName>Smi </projectName>

			 <!-- Fill in a brief description of your project here.         -->

			 <projectDescription>
			 Smi is an open-source interface for modeling stochastic linear
			 programming problems.  Currently it supports: a scenario tree
			 structure for multiperiod stochastic data, an implementation
			 of a Stochastic MPS (SMPS) reader, direct interfaces for generating
			 scenario trees from paths and from discrete random variables,
			 generating the deterministic equivalent problem for OSI compatible
			 solvers, and parsing the solutions by stage and scenario.
			 </projectDescription>

			 <!-- Fill in the project manager's name and (obfuscated)       -->
			 <!-- e-mail address here (only one name allowed).              -->
			 
			 <projectManager>Alan King, kingaj at us dot ibm dot com
			 </projectManager>

			 <!-- Fill in the URLS you would like use for your main         -->
			 <!-- home page. This could be either your Trac page or         -->

			 <projectHomePage> https://projects.coin-or.org/Smi
			 </projectHomePage>

			 <!-- Fill in the name of the license your project uses         -->
			 <!-- and a link to its page on www.opensource.org              -->

			 <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        -->
			 <coinLinkedProjects>
					 <coinProject>
							 <projectName>CoinUtils</projectName>
					 </coinProject>
					 <coinProject>
					 		 <projectName>Clp</projectName>
					 </coinProject>
					 <coinProject>
					 		 <projectName>Osi</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></packageName>
							 <packageURL></packageURL>
							 <requiredOrOptional></requiredOrOptional>
					 </otherPackage>
			 </otherLinkedPackages>

			 <!-- Below, you can list the programming language(s) used in   -->
			 <!-- the project. For example:                                 -->

			 <projectLanguage>C++</projectLanguage>


			 <!--The following fields describe the development status       -->
			 <!--of the project.                                            -->

			 <developmentStatus>


					 <activityStatus>Active</activityStatus>

					 <!--The maturity level is determined during project    -->
					 <!--review and should have been reported to you.       -->

					 <maturityLevel>4</maturityLevel>

					 <!--If you have versioning and releases, you should    -->
					 <!--fill in your latest stable version number here.    -->

					 <stableVersionNumber>0.6</stableVersionNumber>

					 <!--If you have versioning and releases, you should    -->
					 <!--fill in your latest stable release number here.    -->
					 <releaseNumber>0.5.1</releaseNumber>

			 </developmentStatus>


			 <testedPlatforms>

					 <platform>
							 <operatingSystem>Microsoft Windows</operatingSystem>
							 <compiler>Visual C++</compiler>
					 </platform>
					 <platform>
							 <operatingSystem>Linux</operatingSystem>
							 <compiler>gcc</compiler>
					 </platform>

			 </testedPlatforms>

			 <projectCategories>
					 <!-- Start  of projectCategories block   -->

					 <!--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 are optional, so if there is a blank, there will   -->
	 <!--be no corresponding menu item                                      -->
	 <!--                                                                   -->

	 <leftMenuLinks>

			 <documentation></documentation>

			 <sourceCodeDownload>http://www.coin-or.org/download/source/Smi/
			 </sourceCodeDownload>

			 <binaryDownload></binaryDownload>

			 <mailingList>http://list.coin-or.org/mailman/listinfo/coin-smi</mailingList>

	 </leftMenuLinks>

	 <!-- End of projectData block                                          -->
</projectData>
