<?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>CHiPPS</projectName>

		<projectDescription> CHiPPS is the COIN-OR Open Parallel Search Framework, a framework for implementing parallel algorithms based on tree search. The current CHiPPS architecture consists of three layers. The Abstract Library for Parallel Search (ALPS) is the base layer of a hierarchy consisting of implementations of various tree search algorithms for specific problem types. The Branch, Constrain, and Price Software (BiCePS) is a data management layer built on top of ALPS for implementing relaxation-based branch and bound algorithms. The BiCePS Linear Integer Solver (BLIS) is a concretization of the BiCePS layer for solving mixed-integer linear programs. ALPS, BiCePS, and BLIS are sub-repostories of the CHiPPS Subversion repository.
		</projectDescription>

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

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

		<projectLicense>Common Public License 1.0</projectLicense>
		<projectLicenseURL>http://www.opensource.org/licenses/cpl1.0.php</projectLicenseURL>

		<coinLinkedProjects>  
		     <coinProject>
		           <projectName>BuildTools</projectName>
		     </coinProject>
		     <coinProject>
		           <projectName>CoinUtils</projectName>
		     </coinProject>
		     <coinProject>
		           <projectName>Cgl</projectName>
		     </coinProject>
                     <coinProject>
		           <projectName>Osi</projectName>
		     </coinProject>
                     <coinProject>
		           <projectName>Clp</projectName>
		     </coinProject>
		</coinLinkedProjects>
	
		<projectLanguage>C++</projectLanguage>

		<developmentStatus>

			<activityStatus>Active</activityStatus>

			<maturityLevel>5</maturityLevel>

			<stableVersionNumber>1.0 (ALPS), 0.9 (BiCePS), 0.9 (BLIS) </stableVersionNumber>

			<releaseVersionNumber>1.0.0 (ALPS), 0.9.0 (BiCePS), 0.9.0 (BLIS)</releaseVersionNumber>

		</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/CHiPPS/</documentation>
		<sourceCodeDownload>http://www.coin-or.org/download/source/CHiPPS</sourceCodeDownload>
		<binaryDownload>http://www.coin-or.org/download/binary/CHiPPS</binaryDownload>
		<mailingList>http://list.coin-or.org/mailman/listinfo/cops</mailingList>
	</leftMenuLinks>

    </projectData>
