Closed chexo3 closed 2 years ago
It seems you want to use a parallel solver then? There are some parallel solver in the competition which use Kissat. My own parallel solver Gimsatul is independent from Kissat (and slightly slower at least in sequential mode).
Ah, I wasn't aware kissat did things fully sequentially. I would've thought it'd be able to use multiple threads. But I also know very little about this field, I'm just using kissat to accelerate a Python program (alternative is using a solver written in Python also, but this program can also call external solvers)
I'm using the Windows binaries someone else made for kissat, is there something similar for Gimsatul?
So this became a Gimsatul issue and I am closing it.
I want to make/let kissat use more resources to try and find solutions quicker. Is there a way to do this?