force_single_thread

negmas.helpers.force_single_thread(on=True)[source]

Forces negmas to use a single thread for all internal calls.

Remarks:
  • This will have the effect of not enforcing time-limits on calls.

  • Only use this with caution and for debugging.