Skip to content

Commit

Permalink
Added a final note about SAT solvers
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinTSchaffer committed Apr 1, 2024
1 parent c932107 commit 38b396c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,6 @@ OMSCS has a whole separate course on [Knowledge-Based AI (KBAI)](https://omscs.g

## Summary

Take the course on KBAI if you find these terms compelling.
Take the course on KBAI if you find these key terms compelling.

Interestingly, this chapter does get into satisfiability problems. I've used Z3-solver before on [Advent of Code 2023 to solve a series of non-linear equations](https://github.com/AustinTSchaffer/DailyProgrammer/blob/main/AdventOfCode/2023/day_24/sln.py#L61). It was definitely interesting and useful then.

0 comments on commit 38b396c

Please sign in to comment.