CoolFace
Datasetpublic

sethuiyer/navokoj_sat_2024

Navokoj SAT 2024 Benchmark Results Navokoj is a computational physics engine that tackles NP-complete business problems by treating constraints as energy fields, allowing for real-time optimization. Navokoj uses non-commutative geometry and statistical mechanics to tackle SAT/Max-SAT problems. We achieve 92.57% perfect solutions on SAT 2024 industrial benchmarks. Results independently verifiable via API. πŸš€ NitroSAT Engine (Open Source) NitroSAT is the… See the full description on the dataset page: https://huggingface.co/datasets/sethuiyer/navokoj_sat_2024.

sourceHugging Facecc-by-4.0updated 7mo agoView on Hugging Face
1likes51downloads
Dataset Card

Navokoj SAT 2024 Benchmark Results

Navokoj is a computational physics engine that tackles NP-complete business problems by treating constraints as energy fields, allowing for real-time optimization.

Navokoj uses non-commutative geometry and statistical mechanics to tackle SAT/Max-SAT problems. We achieve 92.57% perfect solutions on SAT 2024 industrial benchmarks. Results independently verifiable via API.

πŸš€ NitroSAT Engine (Open Source)

NitroSAT is the high-performance open-source sibling to the Navokoj engines.

  • β€”GitHub: https://github.com/sethuiyer/NitroSAT
  • β€”License: Apache 2.0 (FOSSA Compliant)
  • β€”Core Capability: Designed for "Mega-Scale" logic objects (Multi-million variable instances).

This dataset contains performance results for 4,199 SAT benchmark problems (2024 industrial-track archive) tested across four engines.

πŸ† Head-to-Head Comparison

EnginePerfect RateQuality (Avg Sat)StatusUse Case
NitroSAT πŸ’₯76.60% (Global)99.65%Apache 2.0Mega-Scale / Research
Navokoj PRO πŸš€92.57%99.92%Closed SourceMission-Critical
Navokoj MINI 🧠31.37%99.55%ManagedBalanced
Navokoj NANO πŸͺΆ3.24%96.41%ManagedReal-time

Note: NitroSAT performance is log-verified across 5,158 total instances, including "Huge" problems like the 512x512 multiplier (1.5M variables) which reached 99.9999% satisfaction.

Dataset fetched from https://zenodo.org/records/15125952

Quick census (2024 industrial track)

IBMCKT 1 018 files Intel_FPGA_ 1 374 files NVIDIAGPU 761 files Huawei_BMC_ 846 files Open-Silicon_* 200 files

All results are publically verifiable through the API at https://navokoj.shunyabar.foo/docs/

[image]

πŸ” Log-Verified Performance Audit (2026)

A deep audit of the NitroSAT engine reveals it operates in a unique category for enterprise-scale problems:

  • β€”NitroSAT Wins: NITRO beat the Navokoj Pro engine on 281 specific industrial instances.
  • β€”The "Mega-Scale" Advantage: NitroSAT is solving problems that generic solvers cannot even load.
  • β€”Multiplier 512x512: NitroSAT handled a monster instance with 1.56 Million variables and 5.2 Million clauses, reaching 99.9999% satisfaction (only 3 clauses left unsatisfied).
  • β€”Corrected Perfect SAT: Across its global history, NitroSAT has achieved 100% Perfect SAT on 3,202 instances (Verified via execution logs).

Dataset Overview

  • β€”Total Problems: 4,199 SAT instances
  • β€”Test Date: December 2, 2025
  • β€”NitroSAT Audit Date: March 12, 2026

File Structure

The repository contains result files for the cloud engines and local solvers:

  • β€”nano_engine_all_files_comprehensive.json - Complete results from Nano engine
  • β€”mini_engine_all_files_comprehensive.json - Complete results from Mini engine
  • β€”pro_engine_all_files_comprehensive.json - Complete results from Pro engine
  • β€”sol.zip - Verified NitroSAT (.sol) execution logs for all instances

Methodology

All engines were tested on the same set of 4,199 SAT benchmark problems using identical batch processing. Results for NitroSAT are extracted directly from the execution log SAT lines (sat=X/Y (%)) to ensure accuracy over discrete search passes.


NitroSAT is accessible at sethuiyer/NitroSAT. The Navokoj Pro engine remains closed-source proprietary technology.