Commit
·
2a5babd
1
Parent(s):
c4f10a3
update readme
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ If you use `DataBack` in your research, please kindly cite [our paper](https://a
|
|
39 |
```
|
40 |
|
41 |
## File Naming Convention
|
42 |
-
In the original directory, each CNF tar file contains compressed CNF files named: `[cnf_name].
|
43 |
|
44 |
In the dual directory, the naming convention remains consistent, but with an added `d_` prefix for each compressed CNF or backbone file to indicate it pertains to a dual CNF formula.
|
45 |
|
|
|
39 |
```
|
40 |
|
41 |
## File Naming Convention
|
42 |
+
In the original directory, each CNF tar file contains compressed CNF files named: `[cnf_name].[compression_format]`, where `[compression_format]` could be bz2, lzma, xz, gz, etc. Correspondingly, each backbone tar file comprises compressed backbone files named: `[cnf_name].backbone.xz`. It is important to note that a compressed CNF file will always share its `[cnf_name]` with its associated compressed backbone file.
|
43 |
|
44 |
In the dual directory, the naming convention remains consistent, but with an added `d_` prefix for each compressed CNF or backbone file to indicate it pertains to a dual CNF formula.
|
45 |
|