RevAP: A Bankruptcy-based Algorithm to Solve the Multi-agent Credit Assignment Problem in Task Start Threshold-based Multi-agent Systems
=================================================
This is the repo to provide supplementary material for the reproducibility of the RevAP approach.
=================================================
- Download the DevC++ 5.11 or higher.
- Install it.
- The needed libraries are only internal libraries as follow:
=================================================
#include <iostream>
#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
#include <math.h>
#include <windows.h>
#include <time.h>
#include <iomanip>
=================================================
- To compile the source code (RevAP-V1.cpp) press F9 or in menu bar select Execute---> Compile.
- To run the source code (RevAP-V1.cpp) press F10 or in menu bar select Execute---> run.
- You can directly run the RevAP-V1.exe to see the results.