This is an example solver for max-SAT problems with DIMACS format.
If you do not have one already, create a DockerHub account.
Next do the follow steps:
git clone [email protected]:minditech/dimacs_example.git
docker build -t DOCKERHUB_USERNAME/SOLVER_NAME:SOLVER_VERSION .
docker login -u DOCKERHUB_USERNAME -p DOCKERHUB_PASSWORD
docker push DOCKERHUB_USERNAME/SOLVER_NAME:SOLVER_VERSION