Skip to content

Commit a1814bf

Browse files
yxliang01NikolajBjorner
authored andcommitted
doc.fix(ast/rewriter/poly_rewriter_params.pyg): typo som-of-monomials -> sum-of-monomials
1 parent 31a6788 commit a1814bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/rewriter/poly_rewriter_params.pyg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
def_module_params(module_name='rewriter',
22
class_name='poly_rewriter_params',
33
export=True,
4-
params=(("som", BOOL, False, "put polynomials in som-of-monomials form"),
4+
params=(("som", BOOL, False, "put polynomials in sum-of-monomials form"),
55
("som_blowup", UINT, 10, "maximum increase of monomials generated when putting a polynomial in sum-of-monomials normal form"),
66
("hoist_mul", BOOL, False, "hoist multiplication over summation to minimize number of multiplications"),
77
("hoist_cmul", BOOL, False, "hoist constant multiplication over summation to minimize number of multiplications"),

0 commit comments

Comments
 (0)