You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
843 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. # sat project
  2. ## dependencies
  3. * pysat
  4. * [glucose](https://www.labri.fr/perso/lsimon/glucose/)
  5. ...version 4.1
  6. ...put binary in ***util*** directory
  7. * bzip2
  8. ## gen_core_extensions.py
  9. Script to generate core extensions.
  10. | arg | arg long | default | description |
  11. |----|---------|-------|--|
  12. | -i | --instance_dir | ./instances | directory containing the instances |
  13. | -c | --cores_dir | ./cores_dir | directory containing the cores |
  14. | -e | --extensions_dir | ./extensions | target directory to store the generated core extensions (creates dir if nonexistent)|
  15. | -n | --nr_per_instance | 1 | number of extensions per instance |
  16. | -v | --verbosity | 1 | **1** to print progress, **0** for silent mode |
  17. Just call with:
  18. ```bash
  19. $ ./gen_core_extensions.py -n 5000
  20. ```
  21. ## main.py
  22. Does **NOT** have to be called from any specific directory!