Skip to content

tpusmb/3sat-to-3color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3-sat-to-3color

Installation.

For this project you will need a python3 version.

You will need the following package:

sudo apt install python3
sudo apt install virtualenv
sudo apt install python3-pip
sudo apt install python3-tk

Prepare your virtualenv:

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt   

If you want to exit your virtualenv:

deactivate

Usage

Launch the reduction

To the 3 sat to 3 color graph script

python 3-sat-problem.py my-3-sat-problem.txt output-3-color-graph.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages