You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Adds `expand_unfinished_quantified` parameter to `Solver::expand_with_limit` that will control whether we expand Quantified variables to their lower bounds. The parameter doesn't do anything yet, but this diff shows where we intend to expand:
* in `expand_dimension`, which is currently relying on eager pinning to get answers for vars when they are expanded
* in `for_display`, which should expand to eliminate `_` in error messages
For #105.
Reviewed By: yangdanny97
Differential Revision: D96547435
fbshipit-source-id: 9e8ba75b7619cb0cf615cc81ddd6fc5ffe00d49a
0 commit comments