Commit 604f39e7 authored by Kento HASEGAWA's avatar Kento HASEGAWA

Add hsgw solver to solvers/hsgw as a git submodule

parent 9aac21fb
[submodule "solvers/hsgw"]
path = solvers/hsgw
url = git@togawa-gitlab:kento.hasegawa/adc2019solver.git
......@@ -19,6 +19,8 @@ Ensemble solver system for the algorithm design content in DA symposium 2019
- ADC2019 Systemのうち,Host, Solverそれぞれの役割の実装.
+ solutions/
- 答えファイルの保存先
+ solvers/
- ソルバの実装
+ static/
- GUIで使う静的ファイル
+ templates/
......@@ -30,6 +32,14 @@ Ensemble solver system for the algorithm design content in DA symposium 2019
+ main.py
- ADC2019 SystemのGUI, サーバ機能付き実装
## ソルバの追加
ソルバは以下のコマンドでgit submoduleとして追加する.
```
cd solers
git submodule add [git repository] [folder name]
```
## Our previous works
+ [adc2018-system](https://www.togawa.cs.waseda.ac.jp/gitlab/adc2018/adc2018-system)
......
Subproject commit b306364dc696270165a9c67921720e4c6acf6866
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