|
My Project
|
Public Member Functions | |
| DfpnPathRecord () | |
Public Attributes | |
| SimpleTwinList | twin_list |
| int | distance |
| distance from root | |
| bool | visiting |
| size_t | node_count |
Static Public Attributes | |
| static const int | MaxDistance = 1024*128 |
|
inline |
Definition at line 157 of file dfpn.cc.
References distance, MaxDistance, node_count, and visiting.
| int osl::checkmate::DfpnPathRecord::distance |
distance from root
Definition at line 154 of file dfpn.cc.
Referenced by osl::checkmate::Dfpn::analyze(), osl::checkmate::Dfpn::attack(), osl::checkmate::Dfpn::defense(), and DfpnPathRecord().
|
static |
Definition at line 151 of file dfpn.cc.
Referenced by osl::checkmate::DfpnPathList::allocate(), DfpnPathRecord(), and osl::checkmate::DfpnPathList::find().
| size_t osl::checkmate::DfpnPathRecord::node_count |
Definition at line 156 of file dfpn.cc.
Referenced by osl::checkmate::Dfpn::attack(), osl::checkmate::Dfpn::defense(), and DfpnPathRecord().
| SimpleTwinList osl::checkmate::DfpnPathRecord::twin_list |
Definition at line 152 of file dfpn.cc.
Referenced by osl::checkmate::Dfpn::analyze(), osl::checkmate::Dfpn::hasCheckmateMove(), osl::checkmate::Dfpn::hasEscapeMove(), and osl::checkmate::Dfpn::tryProofMain().
| bool osl::checkmate::DfpnPathRecord::visiting |
Definition at line 155 of file dfpn.cc.
Referenced by DfpnPathRecord().