`args` is passed directly to the `open-wbo_static` command-line tool, so supply
the path to a WCNF file along with any solver flags you want to enable. To see
the full list of supported options for your bundled binary, run
`run_open_wbo("--help")`. The help text is emitted on stderr, so it appears in
your console but is not returned by `run_open_wbo()`.
Common solver options include toggles such as `-forceunsat`/`-no-forceunsat`,
`-adapt`/`-no-adapt`, `-print-model`/`-no-print-model`, and parameter settings
like `-algorithm <int>`, `-cpu-lim <int>`, `-mem-lim <int>`, and
`-verbosity <int>`.