https://github.com/patwie/symphony-docker
https://github.com/patwie/symphony-docker
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patwie/symphony-docker
- Owner: PatWie
- Created: 2015-12-22T17:46:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T00:54:49.000Z (almost 10 years ago)
- Last Synced: 2025-02-10T02:24:16.698Z (8 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This should be the most easy way to get a setup of the SYMPHONY library for solving mixed-integer-programs.
## install prerequisites
```
# get docker
sudo apt-get install docker.io
# get plain ubuntu image
sudo docker pull ubuntu
```## install Symphony
```
# get this repository
git clone https://github.com/PatWie/symphony-docker.git
# go into the new directory
cd symphony-docker
# create a docker-image from the provided Dockerfile (tagged as "symphony")
sudo docker build -t symphony image/
```Now, you can run the library. Currently, this Dockerfile just provides the default interactive shell by typing
```
sudo docker run -it symphony
```
Inside the docker file the Symphony-interpreter can be run by:```
/var/symphony/bin/symphony
```