<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CAIH.org &#187; optimization</title>
	<atom:link href="http://caih.org/tag/optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://caih.org</link>
	<description>Movies, life and python</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Sectum: optimizing glass cutting</title>
		<link>http://caih.org/open-source-software/sectum/sectum-optimizing-glass-cutting/</link>
		<comments>http://caih.org/open-source-software/sectum/sectum-optimizing-glass-cutting/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 05:13:43 +0000</pubDate>
		<dc:creator>César Izurieta</dc:creator>
				<category><![CDATA[sectum]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://caih.org/?p=3</guid>
		<description><![CDATA[I&#8217;m starting a new project. The problem I need to address is now glass cutting and how to optimize a set of cuts to satisfy an order of cut glass sheets. The algorithm I used is the following: Get the largest piece of material from the order. Get the smallest piece of material from the [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m starting a new <a title="Sectum" href="http://sectum.googlecode.com" target="_blank">project</a>. The problem I need to address is now glass cutting and how to optimize a set of cuts to satisfy an order of cut glass sheets. The algorithm I used is the following:</p>
<ol>
<li>Get the largest piece of material from the order.</li>
<li>Get the smallest piece of material from the available material that can contain the ordered piece.</li>
<li>Cut.</li>
<li>Repeat the process.</li>
</ol>
<p>It seems to be working just fine for a large set of examples. I cannot find some example where it would fail to produce the best result. There were some constraints I had to take into account.</p>
<ul>
<li>Cuts should always be done from side to side on the available material and the cuts should be done perpendicular to the largest of the sides of the material whenever possible.</li>
<li>Each cut should be independent of the previous cuts and sequential in case there&#8217;s a glass breaking or anything else. In that case the cuts should be able to be &#8220;replayed&#8221; from the failure point forward after doing the correction.</li>
</ul>
<p>Here&#8217;s an image of the result.</p>
<div id="attachment_4" class="wp-caption aligncenter" style="width: 310px"><a href="http://caih.org/wp-content/uploads/2009/01/result-10.png" rel="shadowbox[post-3];player=img;"><img class="size-medium wp-image-4 " title="Cutting instructions." src="http://caih.org/wp-content/uploads/2009/01/result-10-300x228.png" alt="The 10th cut as calculated by sectum." width="300" height="228" /></a><p class="wp-caption-text">The 10th cut as calculated by sectum.</p></div>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://caih.org/open-source-software/sectum/sectum-optimizing-glass-cutting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
