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.
 
 
Tom Krüger f66fcd679d scripts, cores and docs 4 years ago
cores scripts, cores and docs 4 years ago
instances instances + cores 4 years ago
util scripts, cores and docs 4 years ago
.gitignore scripts, cores and docs 4 years ago
README.md scripts, cores and docs 4 years ago
gen_core_extensions.py scripts, cores and docs 4 years ago
inspect_cores.py scripts, cores and docs 4 years ago
main.py scripts, cores and docs 4 years ago

README.md

dependencies

  • pysat
  • glucose ...version 4.1 ...put binary in util directory
  • bzip2

gen_core_extensions.py

Script to generate core extensions.

arg arg long default description
-i --instance_dir ./instances directory containing the instances
-c --cores_dir ./cores_dir directory containing the cores
-e --extensions_dir ./extensions target directory to store the generated core extensions
-n --nr_per_instance 1 number of extensions per instance
-v --verbosity 1 1 to print progress, 0 for silent mode

Just call with:

$ ./gen_core_extensions.py -n 5000

main.py

Does NOT have to be called from any specific directory!