Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
adc2019-system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
adc2019
adc2019-system
Commits
604f39e7
Commit
604f39e7
authored
Jul 17, 2019
by
Kento HASEGAWA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add hsgw solver to solvers/hsgw as a git submodule
parent
9aac21fb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
.gitmodules
.gitmodules
+3
-0
README.md
README.md
+10
-0
hsgw
solvers/hsgw
+1
-0
No files found.
.gitmodules
0 → 100644
View file @
604f39e7
[submodule "solvers/hsgw"]
path = solvers/hsgw
url = git@togawa-gitlab:kento.hasegawa/adc2019solver.git
README.md
View file @
604f39e7
...
...
@@ -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
)
...
...
hsgw
@
b306364d
Subproject commit b306364dc696270165a9c67921720e4c6acf6866
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment