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.

27 lines
796 B

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