MCPcopy Create free account
hub / github.com/SoarGroup/Soar / print_assertion

Function print_assertion

Core/SoarKernel/src/rete.cpp:1145–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143}
1144
1145void print_assertion(agent* thisAgent, ms_change* msc)
1146{
1147
1148 if (msc->p_node)
1149 {
1150 print_with_symbols(thisAgent, "\nAssertion: %y", msc->p_node->b.p.prod->name);
1151 }
1152 else
1153 {
1154 print(thisAgent, "\nAssertion exists but has no p_node");
1155 }
1156}
1157
1158void print_retraction(agent* thisAgent, ms_change* msc)
1159{

Callers 2

Calls 2

print_with_symbolsFunction · 0.85
printFunction · 0.85

Tested by

no test coverage detected