Reference solution implementation.
(self, *args, **kwargs)
| 62 | |
| 63 | @abstractmethod |
| 64 | def reference_impl(self, *args, **kwargs): |
| 65 | """ |
| 66 | Reference solution implementation. |
| 67 | """ |
| 68 | pass |
| 69 | |
| 70 | @abstractmethod |
| 71 | def get_solve_signature(self) -> Dict[str, Any]: |
nothing calls this directly
no outgoing calls
no test coverage detected