Commit 69498cb0 authored by Kento HASEGAWA's avatar Kento HASEGAWA

Update README.md

parent a8eb5ee3
...@@ -7,10 +7,9 @@ Ensemble solver system for the algorithm design content in DA symposium 2019 ...@@ -7,10 +7,9 @@ Ensemble solver system for the algorithm design content in DA symposium 2019
実際のソルバで使用している環境. 実際のソルバで使用している環境.
+ ソフトウェア + ソフトウェア
- Python >= 3.5 (通信プログラム) - Python 3.6 以上
* Flask * Flask
* gevent * 一部のソルバでnumpy
* gevent-websocket
## フォルダ構成 ## フォルダ構成
+ problems/ + problems/
...@@ -32,6 +31,16 @@ Ensemble solver system for the algorithm design content in DA symposium 2019 ...@@ -32,6 +31,16 @@ Ensemble solver system for the algorithm design content in DA symposium 2019
+ main.py + main.py
- ADC2019 SystemのGUI, サーバ機能付き実装 - ADC2019 SystemのGUI, サーバ機能付き実装
## 実行方法
```
python3 main.py [--port ポート番号] [--config 設定ファイル]
```
Hostは`--config`オプションで設定ファイルを指定すること.
Solverは`--port`でポートを指定することができる.
## ソルバの追加 ## ソルバの追加
ソルバは以下のコマンドでgit submoduleとして追加する. ソルバは以下のコマンドでgit submoduleとして追加する.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment