| 58 | } |
| 59 | |
| 60 | void UnoSolverWrapper::set_termination_callback(TerminationCallback termination_callback) { |
| 61 | this->termination_callback = std::move(termination_callback); |
| 62 | } |
| 63 | |
| 64 | Result UnoSolverWrapper::optimize(const PythonUserModel& user_model) { |
| 65 | const PythonModel model{user_model}; |
no outgoing calls
no test coverage detected