Line | |
---|
1 | /**
|
---|
2 | * package onetomany.bargainingchipsgame;
|
---|
3 | */
|
---|
4 | /**
|
---|
5 | * This package describes all the fundamental concepts in Bargaining Chips Game (BCG).
|
---|
6 | *
|
---|
7 | * BCG rules are based on a non-alternating offer protocol in each bilateral negotiation thread.
|
---|
8 | * Multiple deals via simultaneous threads in the BCG one-to-many negotiation need to be coordinated.
|
---|
9 | * So the players are equipped with two modules, one coordinator and multiple negotiators one per each thread.
|
---|
10 | *
|
---|
11 | * @author Faria Nassiri-Mofakham
|
---|
12 | *
|
---|
13 | */
|
---|
14 | package onetomany.bargainingchipsgame; |
---|
Note:
See
TracBrowser
for help on using the repository browser.