[ConstraintGraph] Make binding inference more incremental and stop resetting bindings

This commit is contained in:
Pavel Yaskevich
2021-02-17 13:50:52 -08:00
parent 10df9d23ff
commit 1de0764b04
2 changed files with 74 additions and 256 deletions

View File

@@ -124,6 +124,7 @@ private:
void retractFromInference(Constraint *constraint, bool notifyFixedBindings);
void reintroduceToInference(Constraint *constraint, bool notifyFixedBindings);
void resetBindingSet();
void updateAdjacentVars() const;
/// }
/// The constraint graph this node belongs to.