Commit a81e20d0 authored by kazushi.kawamura's avatar kazushi.kawamura

Update README.md

parent aa8bdf20
......@@ -55,4 +55,30 @@ sudo pip3 uninstall mySolverModule
```
python3 main.py -p input-Q-file(.txt) [-s seed-value] [-o output-A-file(.txt)]
```
\ No newline at end of file
```
# C++ solver
## Setup
```
make # g++
```
or
```
make -f Makefile.arm ## arm-linux-gnueabihf-g++
```
## Run
```
./sim -p input-Q-file(.txt) [-s seed-value] [-o output-A-file(.txt)]
```
# 実行時間比較
例題(sample_Q.txt),シード値デフォルト(214)
**TODO**
\ No newline at end of file
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