<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Algorithms Q&amp;A - Recent questions in CSP</title>
<link>https://notexponential.com/questions/artificial-intelligence/constraint-satisfaction-problems</link>
<description>Powered by Question2Answer</description>
<item>
<title>Comparison of Lottery Choices and MEU</title>
<link>https://notexponential.com/798/comparison-of-lottery-choices-and-meu</link>
<description>&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt; text-align: justify; line-height: 16.8667px; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0);&quot;&gt;Given these two lottery choices:&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt 1in; line-height: 16.8667px; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); text-indent: -0.25in; text-align: left;&quot;&gt;A: [0.75, $3k;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.25, $0]&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt 1in; line-height: 16.8667px; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); text-indent: -0.25in; text-align: left;&quot;&gt;B: [1.0, $2k;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0, $0]&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt 1in; line-height: 16.8667px; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); text-align: left;&quot;&gt;and&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt 1in; line-height: 16.8667px; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); text-indent: -0.25in; text-align: left;&quot;&gt;C: [0.3, $3k;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.7, $0]&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt 1in; line-height: 16.8667px; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); text-indent: -0.25in; text-align: left;&quot;&gt;&lt;span style=&quot;font-size:11pt; text-indent:-0.25in&quot;&gt;D: [0.4, $2k;&lt;/span&gt;&lt;span style=&quot;font-size:11pt; text-indent:-0.25in&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;font-size:11pt; text-indent:-0.25in&quot;&gt;0.6, $0]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;People seem to prefer B over A, and C over D&lt;/p&gt;&lt;p&gt;What are the implications of this observation?&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#000000; font-family:Calibri,sans-serif; font-size:11pt; line-height:16.8667px&quot;&gt;&lt;span style=&quot;font-size:11pt; line-height:16.8667px&quot;&gt;What is the contradiction here?&amp;nbsp; What assumption did you use to arrive at your contradiction?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
<category>CSP</category>
<guid isPermaLink="true">https://notexponential.com/798/comparison-of-lottery-choices-and-meu</guid>
<pubDate>Sun, 16 Apr 2023 19:53:02 +0000</pubDate>
</item>
<item>
<title>Snake - A through Y on a 5 x 5 grid</title>
<link>https://notexponential.com/797/snake-a-through-y-on-a-5-x-5-grid</link>
<description>You are given a 5 x 5 grid, and this grid should hold the letters A through Y. &amp;nbsp;Some of the cells in the grid are already filled out. &amp;nbsp;The others can go anywhere, but the constraint is that adjacent letters (for example F and G) must be adjacent to each other, either horizontally or vertically. &amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
-&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; Y&lt;br /&gt;
R&amp;nbsp; &amp;nbsp; A&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; -&lt;br /&gt;
-&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; -&lt;br /&gt;
-&amp;nbsp; &amp;nbsp; E&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; -&lt;br /&gt;
-&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; K&lt;br /&gt;
&lt;br /&gt;
Design a solution for this constraint satisfaction problem. &amp;nbsp;(Solution should explain the variables, the domain values, the constraints, and how the constraint propagation would work.)</description>
<category>CSP</category>
<guid isPermaLink="true">https://notexponential.com/797/snake-a-through-y-on-a-5-x-5-grid</guid>
<pubDate>Sun, 16 Apr 2023 19:50:15 +0000</pubDate>
</item>
<item>
<title>Algorithm for Power Plant CSP</title>
<link>https://notexponential.com/757/algorithm-for-power-plant-csp</link>
<description>&lt;p&gt;Design a solution for the given constraint satisfaction problem.&amp;nbsp; Solution should explain the variables, the domain values, the constraints, the heuristics, and how the constraint propagation would work.&lt;/p&gt;&lt;p style=&quot;text-align:left&quot;&gt;In a country, there are 15 power plants.&amp;nbsp; They produce different amount of power, that is given by the array P[i].&amp;nbsp;&amp;nbsp; The total power produced must equal at least X (for example 1000), but should not exceed 1500 to maintain a decent price.&amp;nbsp; For adequate workforce planning and employment reasons, at least one of the power plant near each city must operate each day.&lt;/p&gt;&lt;p style=&quot;text-align:left&quot;&gt;&lt;strong&gt;Partial example..&lt;/strong&gt;&lt;/p&gt;&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; style=&quot;border-spacing: 0px;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;Power Plant, i&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;P[i]&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;Associated Cities&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;P1&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;200&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;C1,C2&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;P2&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;200&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;C2, C3&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;P3&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;180&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;C2, C4, C6&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;P4&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;210&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;C5,C6&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;……&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;…..&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;……….&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;i-th power plant&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;P[i]&lt;/p&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align:top; width:208px&quot;&gt;&lt;p style=&quot;text-align:left&quot;&gt;List of cities&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>CSP</category>
<guid isPermaLink="true">https://notexponential.com/757/algorithm-for-power-plant-csp</guid>
<pubDate>Wed, 24 Mar 2021 16:43:15 +0000</pubDate>
</item>
</channel>
</rss>