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

Method txt

problem.py:444–447  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

442 self.is_arg_reduce = True
443
444 def txt(self) -> str:
445 premise_txt = ', '.join([clause.txt() for clause in self.premise])
446 conclusion_txt = ', '.join([clause.txt() for clause in self.conclusion])
447 return f'{premise_txt} => {conclusion_txt}'
448
449 def conclusion_name_args(
450 self, mapping: dict[str, gm.Point]

Callers

nothing calls this directly

Calls 1

txtMethod · 0.45

Tested by

no test coverage detected