#include "maisie.h" #include "stdlib.h" #define N 100000 /* N is the number of rounds */ #define B 250 /* B is the message size (1K) */ #define P 16 /* P is the number of players */ #define C 50 /* C indicates amount of computation */ #define M 50 /* M is the number of messages */ /* This is a random topology program. */ /* It sends M messages around N times among P entities. */ entity driver {} { int id, my_id, bombs, target; ename Terrorist[P]; int bombarray[B]; for (id=0; id