#include <ContractBasedOptimizer.h>
Public Member Functions | |
Contract (string partner="", double min_price=0.0, double max_price=0.0) | |
bool | operator< (const Contract &c) const |
Public Attributes | |
string | m_partner |
double | m_min_price |
double | m_current_price |
double | m_max_price |
bool | m_last_offer_rejected |
bool | m_broken |
Contract |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|