satellite-format
File format parsing and serialization for Satellite SAT solver.
Supported Formats
- DIMACS CNF - Standard SAT competition format (
.cnf,.dimacs) - Satellite JSON - Extended format with type information
- Advanced-CNF - Internal representation with metadata
Usage
use ;
// Parse DIMACS file
let problem = parse_file?;
// Export to JSON
let json = export?;
License
MIT