#include <variable.h>
Inheritance diagram for CVC3::VariableManagerNotifyObj:


Author: Sergey Berezin
Created: Tue Mar 1 13:52:28 2005
Disables the deletion of VariableValue objects during context restoration (backtracking). This solves the problem of circular dependencies (e.g. a Variable pointing to its antecedent Clause).
Definition at line 432 of file variable.h.
| CVC3::VariableManagerNotifyObj::VariableManagerNotifyObj | ( | VariableManager * | vm, | |
| Context * | cxt | |||
| ) | [inline] |
| void CVC3::VariableManagerNotifyObj::notifyPre | ( | void | ) | [inline, virtual] |
| void CVC3::VariableManagerNotifyObj::notify | ( | void | ) | [inline, virtual] |
Definition at line 433 of file variable.h.
1.5.2