diff --git a/README.md b/README.md index e01996ab90bf1622b0049845dee58176cfb1823c..195b4d98010a62bc1e735c3992d87385809dbacb 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,35 @@ Ensemble solver system for the algorithm design content in DA symposium 2019 実際のソルバで使用している環境. -+ デバイス - - Raspberry Pi 3 B+ - + ソフトウェア - Python >= 3.5 (通信プログラム) * Flask * gevent * gevent-websocket +## フォルダ構成 ++ problems/ + - 問題ファイル ++ roles/ + - ADC2019 Systemのうち,Host, Solverそれぞれの役割の実装. ++ solutions/ + - 答えファイルの保存先 ++ static/ + - GUIで使う静的ファイル ++ templates/ + - GUIで使うページ構成ファイル ++ utils/ + - ADC2019 Systemで汎用的に使う機能の実装 ++ adc2019system.py + - ADC2019 System 本体 ++ main.py + - ADC2019 SystemのGUI, サーバ機能付き実装 ## Our previous works + [adc2018-system](https://www.togawa.cs.waseda.ac.jp/gitlab/adc2018/adc2018-system) -* [pynq-router](https://github.com/kotarot/pynq-router) -* [nl-solver](https://github.com/kotarot/nl-solver) ++ [pynq-router](https://github.com/kotarot/pynq-router) ++ [nl-solver](https://github.com/kotarot/nl-solver) ## License This software is released under GPL v3 License, see [LICENSE](LICENSE).