3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-07 13:54:53 +00:00

Fixed CoPilot comment

This commit is contained in:
CEisenhofer 2026-03-05 19:08:17 +01:00
parent 7db00dad9d
commit f404bef4ba

View file

@ -1546,7 +1546,7 @@ namespace seq {
// -----------------------------------------------------------------------
// Modifier: apply_gpower_intr
// Generalized power introduction: for a variable x matched against a
// Ground power introduction: for a variable x matched against a
// ground repeated pattern, introduce x = base^n · prefix with fresh n.
// Approximated: for each non-trivial equation with a variable head vs
// a ground concatenation, introduce power decomposition.