pl_search_cpp 1.4
|
Represents a trail entry for backtracking. More...
#include <engine.hpp>
Public Attributes | |
PVarPtr | var |
The variable being trailed. | |
TermPtr | value |
The value of the variable. | |
Represents a trail entry for backtracking.
TermPtr pl_search::trail_entry::value |
The value of the variable.
PVarPtr pl_search::trail_entry::var |
The variable being trailed.