MCPcopy Create free account
hub / github.com/google-deepmind/alphageometry / copy

Method copy

problem.py:190–191  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

188 self.goal = goal
189
190 def copy(self) -> Problem:
191 return Problem(self.url, list(self.clauses), self.goal)
192
193 def translate(self) -> Problem: # to single-char point names
194 """Translate point names into alphabetical."""

Callers

nothing calls this directly

Calls 1

ProblemClass · 0.85

Tested by

no test coverage detected