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
solver: remove the rank parameter from Solve() and fix SolveRank()
It wasn't set inside `System::Solve()`, and it's not useful anyway when
rank testing is fully or partially suppressed.
OTOH, in `System::SolveRank()` it is useful, and although it wasn't set,
it was actually checked in `Constraint::TryConstrain()` (through the call
to `SolveSpaceUI::TestRankForGroup()`), so fix it by letting `System::TestRank()`
set it if provided.
0 commit comments