/google-or-tools-template

Example Google OR-tools Dockerfile

Primary LanguageC++

google-or-tools-template

Example Google OR-tools Dockerfile

Build Image

docker build -t test-or-tools .

Run & execute cmd inside container to test whether knapsack binary work.

docker run -it --rm test-or-tools bash

Then we should get output as follows

Screen Shot 2564-06-27 at 02 36 53