RepeatLastOfferOnly
- class negmas.gb.RepeatLastOfferOnly(n: int = 9223372036854775807)[source]
Bases:
LocalOfferingConstraintAttributes Summary
Methods Summary
__call__(state, history)Base class for all offering constaints
eval(state, history)eval_globally(source, state, history)Attributes Documentation
Methods Documentation
- abstractmethod __call__(state: ThreadState, history: list[ThreadState]) bool
Base class for all offering constaints
- eval(state: ThreadState, history: list[ThreadState]) bool[source]