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

Function select_init

Core/SoarKernel/src/decision_manipulation.cpp:29–33  ·  view source on GitHub ↗

* Function : select_init **************************************************************************/

Source from the content-addressed store, hash-verified

27 * Function : select_init
28 **************************************************************************/
29void select_init(agent* thisAgent)
30{
31 thisAgent->select->select_enabled = false;
32 thisAgent->select->select_operator.clear();
33}
34
35/***************************************************************************
36 * Function : select_next_operator

Callers 5

init_soar_agentFunction · 0.85
create_soar_agentFunction · 0.85
destroy_soar_agentFunction · 0.85
select_next_operatorFunction · 0.85
select_forceFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected