The source project of this merge request has been removed.
Reduce runtime of hspow_vectors and split it up
Two patches in here to address #991 (closed). I split up the tests into labeled functions for each individual solve and verify. This then revealed that one of the solves was tuned incorrectly and taking much longer than intended. The other patch changes the initial nonce value on that particular solve.