sinonkt / google-or-tools-template

Example Google OR-tools Dockerfile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example Google OR-tools Dockerfile


Languages

Language:C++ 61.9%Language:Dockerfile 24.2%Language:Makefile 13.8%