#include <stdio.h>
#include <libicl.h>
#include <liboaa.h>
Go to the source code of this file.
Defines | |
| #define | AGENT_NAME "AddAgent_C" |
Functions | |
| int | add_callback (ICLTerm *goal, ICLTerm *params, ICLTerm *solutions) |
Satisfies add(Addend1, Addendd2, Sum) goals. | |
| int | setup_oaa_connection (int argc, char *argv[]) |
| Setups up the the connection between this agent and the facilitator. | |
| int | main (int argc, char *argv[]) |
Its single solvable is add(Addend1, Addend2, Sum).
Definition in file AddAgent.c.
|
|
Definition at line 7 of file AddAgent.c. |
|
||||||||||||||||
|
Satisfies
Definition at line 84 of file AddAgent.c. |
|
||||||||||||
|
Definition at line 12 of file AddAgent.c. |
|
||||||||||||
|
Setups up the the connection between this agent and the facilitator.
Definition at line 38 of file AddAgent.c. |