satellite-cli

Crates.iosatellite-cli
lib.rssatellite-cli
version0.1.0
created_at2026-01-18 05:36:44.815159+00
updated_at2026-01-18 05:36:44.815159+00
descriptionCommand-line interface for Satellite SAT solver
homepage
repositoryhttps://github.com/rand0mdevel0per/satellite
max_upload_size
id2051838
size72,305
rand0mdevel0per (rand0mdevel0per)

documentation

README

satellite-cli

Command-line interface for Satellite SAT solver.

Installation

cargo install satellite-cli

Usage

# Solve a DIMACS file
satellite solve problem.cnf

# Analyze constraints
satellite analyze problem.cnf

# Batch processing
satellite batch ./problems/ -o ./results/

# Show stats
satellite stats problem.cnf

Commands

Command Description
solve Solve a SAT problem
analyze Analyze constraint structure
batch Process multiple files
stats Show problem statistics

Options

Option Description
--timeout Solver timeout in seconds
--gpu Enable GPU acceleration
--json Output in JSON format

License

MIT

Commit count: 18

cargo fmt