| 43 | } |
| 44 | |
| 45 | UnoSolverWrapper::UnoSolverWrapper() { |
| 46 | DefaultOptions::load(this->options); |
| 47 | } |
| 48 | |
| 49 | void UnoSolverWrapper::set_logger_stream(py::object python_stream) { |
| 50 | this->stream = python_stream; // keep Python object alive |
nothing calls this directly
no outgoing calls
no test coverage detected