Gauss-Jordan solution existence
Example directory:
examples/gauss_jordan_sol_existence
This flow uses the systolic Gauss-Jordan path to determine whether
A x = B is consistent over \(\mathrm{GF}(2)\).
Commands
./.venv/bin/python examples/gauss_jordan_sol_existence/build.py
./.venv/bin/python examples/gauss_jordan_sol_existence/run.py
./.venv/bin/python examples/gauss_jordan_sol_existence/read.py
Inputs
Edit examples/gauss_jordan_sol_existence/input_mats.py to define:
A: shape(M, N)B: shape(M, L)
The checked-in default case is deterministic and mixes solvable and unsolvable right-hand sides.
Outputs
Generated under cases/<case_id>/ with cases/latest pointing at the active case:
A.npyB.npymanifest.jsonmeta.jsonout/data_bottom_trace.binout/has_solution_hw.txtout/first_one_cycle_hw.txtout/solver_counts.txtbottom_trace.npy
Final checks
read.py checks:
has_solution_hw[col] == has_solution_sw[col]