oxiz-solver 0.2.0

Main CDCL(T) Solver API for OxiZ
Documentation
1
2
3
4
5
6
7
8
//! Property-based testing entry point for oxiz-solver
//!
//! Note: These tests are disabled by default due to API incompatibilities.
//! Run with: cargo test --test property_based --features property-tests

#![cfg(feature = "property-tests")]

mod property_tests;