GithubHelp home page GithubHelp logo

seppiabrilla / docker-minizinc-google-or-tools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from juanmarcosdev/docker-minizinc-google-or-tools

0.0 0.0 0.0 29 KB

Repo of Dockerfile for Docker image of MiniZinc bundled with OR-Tools Solver

License: MIT License

Dockerfile 100.00%

docker-minizinc-google-or-tools's Introduction

TL;DR for this repo:

  • Technologies used:

    Docker
  • Approximate date:

    First semester of 2020
  • Purpose:

    This is an open source project: a Docker image forked from official MiniZinc image minizinc/minizinc. The additional feature that this image brings is that it has fully functional Google's OR-Tools constraint programming solver, apart from the ones that MiniZinc has in the official image (Gecode, Chuffed & Coin-BC). So pulling this image and executing it in a new container would bring you new possibilities, as you can run your MiniZinc models with this interesting solver from Google too. You may ask, How do I run my models using OR-Tools Solver? It is pretty easy. Inside the container running the image (doing something like docker exec -it your_container_name_or_id /bin/bash you can easily from command line: minizinc your_model.mzn your_data.dzn. Within this image OR-Tools is setup to be the default solver. Optionally you can use the --solver or-tools/gecode/coinbc/chuffed flag to select a specific solver included in the image. Pull requests and commentaries for improving the Dockerfile are received. Credits & License to Monash University and MiniZinc Team for developing MiniZinc, Google for developing OR Tools. Special thanks to Jip J. Dekker (Dekker1) for their contributions to the code.

docker-minizinc-google-or-tools's People

Contributors

dekker1 avatar juanmarcosdev avatar seppiabrilla avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.