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
実際のソルバで使用している環境.
+ ソフトウェア
- Python >= 3.5 (通信プログラム)
- Python 3.6 以上
* Flask
* gevent
* gevent-websocket
* 一部のソルバでnumpy
## フォルダ構成
+ problems/
......@@ -32,6 +31,16 @@ Ensemble solver system for the algorithm design content in DA symposium 2019
+ main.py
- ADC2019 SystemのGUI, サーバ機能付き実装
## 実行方法
```
python3 main.py [--port ポート番号] [--config 設定ファイル]
```
Hostは`--config`オプションで設定ファイルを指定すること.
Solverは`--port`でポートを指定することができる.
## ソルバの追加
ソルバは以下のコマンドで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