Closed jwaldmann closed 8 months ago
I was trying a QBFSAT example with DepQBF 6.03, and got unexcpected results.
I think the problem is that ersatz calls depqbf --qdo but that gives an error
depqbf --qdo
[QDPLL] qdpll_get_value at line 18904: Must configure solver with '--no-dynamic-nenofex' to extract values! Aborted (core dumped)
When I add that option (manually), a model is printed.
I think the most flexible solution is that ersatz should provide
depqbfPathOptions :: MonadIO m => FilePath -> [Text] -> Solver QSAT m
cf. #44 (for SAT)
I was trying a QBFSAT example with DepQBF 6.03, and got unexcpected results.
I think the problem is that ersatz calls
depqbf --qdo
but that gives an errorWhen I add that option (manually), a model is printed.
I think the most flexible solution is that ersatz should provide
cf. #44 (for SAT)