<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Sat on Hillel Wayne</title>
    <link>https://www.hillelwayne.com/tags/sat/</link>
    <description>Recent content in Sat on Hillel Wayne</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 20 Feb 2023 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.hillelwayne.com/tags/sat/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>NP-Complete isn&#39;t (always) Hard</title>
      <link>https://www.hillelwayne.com/post/np-hard/</link>
      <pubDate>Mon, 20 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.hillelwayne.com/post/np-hard/</guid>
      <description>A common assumption I see on the &amp;lsquo;net is that NP-complete problems are impossible to solve. I recently read that dependency management in Python is hard because package resolution is NP-complete. This is true in principle, but the reality is more complicated. When we say &amp;ldquo;NP-complete is hard&amp;rdquo; we&amp;rsquo;re talking about worst-case complexity, and the average-case complexity is often much more tractable. Many industry problems are &amp;ldquo;well-behaved&amp;rdquo; and modern SAT solvers can solve them quickly.</description>
    </item>
    
    <item>
      <title>How to Solve the Sudoku Puzzle with programming</title>
      <link>https://www.hillelwayne.com/post/sudoku/</link>
      <pubDate>Sun, 10 Oct 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.hillelwayne.com/post/sudoku/</guid>
      <description>A Sudoku Puzzle is a famous Japanese puzzle. In it you solve a 9 by 9 grid of numbers, but you don&amp;rsquo;t need to do any math to solve the sudoku puzzle! In each number you put a row and column, and also a number in each box.
  We will solve the Sudoku Puzzle with programming, by writing a program that solves the Sudoku Puzzle. This can be done in any programming language.</description>
    </item>
    
  </channel>
</rss>