/** * package onetomany.bargainingchipsgame; */ /** * This package describes all the fundamental concepts in Bargaining Chips Game (BCG). * * BCG rules are based on a non-alternating offer protocol in each bilateral negotiation thread. * Multiple deals via simultaneous threads in the BCG one-to-many negotiation need to be coordinated. * So the players are equipped with two modules, one coordinator and multiple negotiators one per each thread. * * @author Faria Nassiri-Mofakham * */ package onetomany.bargainingchipsgame;