Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Commit 118366d

Browse files
authored
Transform readme into better readable markdown
No content changes, just markdown for proper rendering instead of txt.
1 parent c9c19b2 commit 118366d

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

c/xcsp/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
This programs are obtained by converting the benchmarks provided for the [XCSP_to_C tool][1] to C-programs.
2+
3+
## Creation
4+
5+
For converting and creating the .yml-files a python script was used.
6+
The script can be found in this directory (create_from_xmls.py) and needs libxml12-dev, libboost-dev and clang-format to be installed.
7+
1) Building [the project][2] produces the executable [`test`][3].
8+
2) Place the script in the directory of the executable.
9+
3) Run
10+
```
11+
>> python create_from_xmls.py /ABSOLUTE/path/to/benchmark/folder /ABSOLUTE/path/to/your/own/outputfolder
12+
```
13+
14+
## Environment used
15+
16+
* Python: version 3.6.9
17+
* OS: Ubuntu 18.4.
18+
* g++: version 7.4.0
19+
20+
[License](License)
21+
22+
[1]: https://github.com/vsahil/XCSP3_to_C/tree/master/benchmarks
23+
[2]: https://github.com/vsahil/XCSP3_to_C
24+
[3]: https://github.com/vsahil/XCSP3_to_C/blob/master/README.md

c/xcsp/readme.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)