diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed0f055 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# sathelper + +This is a c++ implementation of [biotomas' SatHelper](https://github.com/biotomas/SatHelper). + +As the original, it aims to improve the Boolean SAT (MaxSAT not yet implemented) users life. + +It is intended to be used as library.