|
barretenberg
|
#include <solver.hpp>
Public Attributes | |
| bool | produce_model |
| uint64_t | timeout |
Solver configuration.
| produce_model | tells the solver to actually compute the values of the variables in SAT case. |
| timeout | tells the solver to stop trying after timeout msecs. |