AST-1209 AssignAndWeight after checkMinimumVisibilities
!398 (merged) put the AssignAndWeight
call before the checkMinimumVisibilities
call, which seems incorrect: The updated weights from flagChannelBlock
are never used now.
Also, the AssignAndWeight
call is not necessary when itsSettings.only_predict
is true, since the solvers are not used then.