Open
Description
The configuration option file lists ways to pass additional options to the various underlying solvers, however, it does not list Z3
.
Is it possible to pass arbitrary options to Z3
? In particular, I'm interested passing parallel.enable=true
to let Z3
use parallel solving.