diff options
| author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-11-02 11:06:41 +1100 | 
|---|---|---|
| committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-11-02 11:06:41 +1100 | 
| commit | ea660a9528cea35b7971dfc405e464cbddb2d1d0 (patch) | |
| tree | c1989f3d1bd79ac8325326f00ba3cb321f0a3911 /impl/VariableAssignment.hpp | |
| parent | a8472ef1867418b94116324531b3587e0e0e7363 (diff) | |
| parent | 1c3d68659fb6341e7a72d563448380a7ffae8c2e (diff) | |
Merge branch 'master' of ssh://bitbucket.org/czan/honours
Conflicts:
	tex/thesis/contribution/contribution.tex
Diffstat (limited to 'impl/VariableAssignment.hpp')
| -rw-r--r-- | impl/VariableAssignment.hpp | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/impl/VariableAssignment.hpp b/impl/VariableAssignment.hpp index 2e081e6..e575d60 100644 --- a/impl/VariableAssignment.hpp +++ b/impl/VariableAssignment.hpp @@ -34,13 +34,6 @@ struct DynamicVariableAssignment : public VariableAssignment<Domain> {      return _values[var];    } -  /*void stabilise() { -    if (!_unstable.empty()) { -      Variable<Domain>& var = _system.variable(*_unstable.begin()); -      solve(var); -    } -    }*/ -    void invalidate(const Variable<Domain>& x) {      if (!_unstable.contains(x)) {        log::fixpoint << indent() << "Invalidating " << x << std::endl;  | 
