<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Creating Truth Tables. A Simple Truth Table for Programming Purposes</title>
	<atom:link href="http://www.thycotic.com/creating-truth-tables-a-simple-truth-table-for-programming-purposes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thycotic.com/creating-truth-tables-a-simple-truth-table-for-programming-purposes</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 16:14:45 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fallon Massey</title>
		<link>http://www.thycotic.com/creating-truth-tables-a-simple-truth-table-for-programming-purposes/comment-page-1#comment-3836</link>
		<dc:creator>Fallon Massey</dc:creator>
		<pubDate>Sat, 23 May 2009 18:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thycotic.com/?p=353#comment-3836</guid>
		<description>It sure would be great if the truth table could be dynamically generated.

However, if that was the case, with sufficient speed of the algorithm, you might not need the table.

BTW, great concept transfer from boolean logic class.</description>
		<content:encoded><![CDATA[<p>It sure would be great if the truth table could be dynamically generated.</p>
<p>However, if that was the case, with sufficient speed of the algorithm, you might not need the table.</p>
<p>BTW, great concept transfer from boolean logic class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank Fay</title>
		<link>http://www.thycotic.com/creating-truth-tables-a-simple-truth-table-for-programming-purposes/comment-page-1#comment-3835</link>
		<dc:creator>Hank Fay</dc:creator>
		<pubDate>Fri, 22 May 2009 20:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thycotic.com/?p=353#comment-3835</guid>
		<description>And an easy way to create a truth table is to create persistent cursors for each dimension with a record for each discrete variation on that dimension.  Then do a cartesian join of those cursors, into the truth table.  This makes maintenance easier, since dimensions can be sliced and diced differently, as experience with the data possibilities deepens.

Hank Fay</description>
		<content:encoded><![CDATA[<p>And an easy way to create a truth table is to create persistent cursors for each dimension with a record for each discrete variation on that dimension.  Then do a cartesian join of those cursors, into the truth table.  This makes maintenance easier, since dimensions can be sliced and diced differently, as experience with the data possibilities deepens.</p>
<p>Hank Fay</p>
]]></content:encoded>
	</item>
</channel>
</rss>
