mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	doc.fix(ast/rewriter/poly_rewriter_params.pyg): typo som-of-monomials -> sum-of-monomials
This commit is contained in:
		
							parent
							
								
									31a6788859
								
							
						
					
					
						commit
						a1814bf384
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| def_module_params(module_name='rewriter', | ||||
|                   class_name='poly_rewriter_params', | ||||
|                   export=True, | ||||
|                   params=(("som", BOOL, False, "put polynomials in som-of-monomials form"), | ||||
|                   params=(("som", BOOL, False, "put polynomials in sum-of-monomials form"), | ||||
|                           ("som_blowup", UINT, 10, "maximum increase of monomials generated when putting a polynomial in sum-of-monomials normal form"), | ||||
|                           ("hoist_mul", BOOL, False, "hoist multiplication over summation to minimize number of multiplications"), | ||||
|                           ("hoist_cmul", BOOL, False, "hoist constant multiplication over summation to minimize number of multiplications"), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue