Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 944 Bytes

PyPI.md

File metadata and controls

31 lines (20 loc) · 944 Bytes

CNFgen formula generator and tools

This repository provides the command

  • cnfgen formula generator;

and the following python scripts, designed to operate from/to dimacs CNFs:

  • cnfshuffle random shuffler;

You can get a brief help on how to use these tools by running <program_name> --help from the command line.

Run cnfgen --help to get a list of the implemented formula families. To get more specific information on one class of formula use the command

cnfgen <formula_type> --help

Resources

Copyright 2012-2020 © Massimo Lauria (massimo.lauria@uniroma1.it)