MCPcopy Create free account
hub / github.com/devosoft/avida / Task_Or

Method Task_Or

avida-core/source/main/cTaskLib.cc:541–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541double cTaskLib::Task_Or(cTaskContext& ctx) const
542{
543 const int logic_id = ctx.GetLogicId();
544 if (logic_id == 238 || logic_id == 250 || logic_id == 252) return 1.0;
545 return 0.0;
546}
547
548double cTaskLib::Task_AndNot(cTaskContext& ctx) const
549{

Callers

nothing calls this directly

Calls 1

GetLogicIdMethod · 0.80

Tested by

no test coverage detected