Newer
Older
Tool for generating random exact cover problems with up to 63 qubits. <br>
The dimensions of the exact-cover matrix are controlled via:
<li>NUM_TOTAL_SETS</li>
<li>NUM_SOLUTION_SETS</li>
<li>NUM_ELEMENTS</li>
The distribution of 1s is controlled via :
<li>USE_CUSTOM_PROB_SET_BIT</li>
<li>PROB_MIN</li>
<li>PROB_MAX</li>
<li>Exact-cover matrix</li>
<li>Solution bitstring (rightmost bit = first row) with '1' = row is included in solution</li>
<li>QUBO formulation of the problem
<li>S = Solution bitstring</li>
<li>C = Groundstate energy</li>
<li>Q = QUBO matrix as [i, j, Q_ij]</li>