{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "Define at least three predicates and show that your resolution code identifies unsatisfiable formulas using these predicates. Give at least three test formulas." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Add facts to your universe. Your universe should have at least 50 items in it. Add your facts here and explain what your domain is. " ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Compare the performance of your resolution implementation against the default implementation of `interpret`. Be sure to compare 10 known unsatisfiable problems. " ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "interpreter": { "hash": "7889c71bdef5446a46fcad694a46e8ee114e56669b21828ffa64e3f126bb7780" }, "kernelspec": { "display_name": "Python 3.8.12 64-bit ('venv': venv)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.12" }, "orig_nbformat": 4 }, "nbformat": 4, "nbformat_minor": 2 }