Skip to content

minditech/dimacs_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

DIMACS example C++ solver

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:

Clone the repository

git clone [email protected]:minditech/dimacs_example.git

Build the solver

docker build -t DOCKERHUB_USERNAME/SOLVER_NAME:SOLVER_VERSION .

Push to DockerHub

docker login -u DOCKERHUB_USERNAME -p DOCKERHUB_PASSWORD
docker push DOCKERHUB_USERNAME/SOLVER_NAME:SOLVER_VERSION

Releases

No releases published

Packages

No packages published

Languages