MCPcopy Create free account
hub / github.com/cvanaret/Uno / set_termination_callback

Method set_termination_callback

interfaces/Python/cpp_classes/UnoSolverWrapper.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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};

Callers 2

example_hs015.pyFile · 0.80
define_UnoSolverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected