<?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">

	<projectBasics>

		<projectName>Dip</projectName>

		<projectDescription> DIP (Decomposition in Integer
		Programming) is a framework for implementing a wide variety od
		decomposition-based algorithms for solving integer programs.
		Basic algorithm classes supported include  
		</projectDescription>

		<projectManager>Ted Ralphs, ted at lehigh dot edu </projectManager>

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

		<projectLicense>Eclipse Public License 1.0</projectLicense>
		<projectLicenseURL>http://www.opensource.org/licenses/eclipse-1.0.php</projectLicenseURL>

		<coinLinkedProjects>  
		     <coinProject>
		           <projectName>BuildTools</projectName>
		     </coinProject>
		     <coinProject>
		           <projectName>CoinUtils</projectName>
		     </coinProject>
		     <coinProject>
		           <projectName>CHiPPS</projectName>
		     </coinProject>
		     <coinProject>
		           <projectName>Cgl</projectName>
		     </coinProject>
                     <coinProject>
		           <projectName>Osi</projectName>
		     </coinProject>
                     <coinProject>
		           <projectName>Clp</projectName>
		     </coinProject>
                     <coinProject>
		           <projectName>Cbc</projectName>
		     </coinProject>
		</coinLinkedProjects>
	
		<otherLinkedPackages>
		
		     <otherPackage>
		          <packageName>BLAS</packageName>
                          <packageURL/>
                          <requiredOrOptional>Optional</requiredOrOptional>
                     </otherPackage>
                     <otherPackage>
		          <packageName>Lapack</packageName>
                          <packageURL/>
                          <requiredOrOptional>Optional</requiredOrOptional>
                     </otherPackage>
			
		</otherLinkedPackages>

		<projectLanguage>C++</projectLanguage>

		<developmentStatus>

			<activityStatus>Active</activityStatus>

			<maturityLevel>5</maturityLevel>

			<stableVersionNumber></stableVersionNumber>

			<releaseNumber></releaseNumber>

		</developmentStatus>

		<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>OSX</operatingSystem>
			  <compiler>gcc</compiler>
                     </platform>
		     <platform>
		          <operatingSystem>Solarix X86</operatingSystem>
			  <compiler>gcc</compiler>
		     </platform>
		     <platform>
		          <operatingSystem>Solarix X86</operatingSystem>
			  <compiler>sunpro</compiler>
                      </platform>

		</testedPlatforms>

		<projectCategories>

		      <category>
		           Optimization deterministic linear discrete
		      </category>
		</projectCategories>

	</projectBasics>

	<leftMenuLinks>  
	        <documentation>http://projects.coin-or.org/Dip</documentation>
		<sourceCodeDownload>http://www.coin-or.org/download/source/Dip</sourceCodeDownload>
		<binaryDownload></binaryDownload>
		<mailingList>http://list.coin-or.org/mailman/listinfo/dip</mailingList>
	</leftMenuLinks>

    </projectData>
