From 9aac21fb3ee21354ca29325662de1179ca3a15f0 Mon Sep 17 00:00:00 2001 From: Kento HASEGAWA Date: Thu, 18 Jul 2019 02:00:52 +0900 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e01996a..195b4d9 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). -- 2.22.0