fhk / mini_or_tools

A starting point for a OR-Tools C++ Adventure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mini OR-Tools

stripped down example of how to add and/or utilize OR-Tools in C++

Example

OS-X

first install

bash osx_install.sh

After that just run

make -j {threads}

Debian

first install

base deb_install.sh

After that just run

make -j {threads}

Build

creates the dir build

You can run this example using data from here

e.g.

cd build
./binpacking_2d_sat --input ~/Downloads/Class_01.2bp --instance=1

About

A starting point for a OR-Tools C++ Adventure


Languages

Language:C++ 86.2%Language:Makefile 6.8%Language:Shell 5.2%Language:Dockerfile 1.8%