SAOResponse

class negmas.sao.SAOResponse(response=ResponseType.NO_RESPONSE, outcome=None)[source]

Bases: object

A response to an offer given by an agent in the alternating offers protocol

Attributes Summary

outcome

response

Attributes Documentation

outcome: Optional[tuple] = None
response: negmas.sao.common.ResponseType = 3