blackcherry88

Results 1 issues of blackcherry88

Should it be self.add_expr([(a, n), (b, -m)])? ------------------------------ def add_eq2( self, a: str, b: str, m: float, n: float, dep: pr.Dependency ) -> None: # a/b = m/n if not...