Factorial

DOWNLOAD EXAMPLE

This problem was mentioned by the ASA french research group as the first toy problem for multi-agent programming platform.
See here.
 

Specification

Compute n! with one agent who does not know how to multiplicate but knows n! algorithm and some agents who can only multiply 2 integers. Multiplications are uniformly distributed over all the multiplier agents and are asynchronously performed.

The involved agents

We defined 2 classes of agents :

Comments