Skip to content

Instantly share code, notes, and snippets.

@rwcarlsen
Created October 29, 2014 20:06
Show Gist options
  • Save rwcarlsen/2caa799069d1a7b8f8d5 to your computer and use it in GitHub Desktop.
Save rwcarlsen/2caa799069d1a7b8f8d5 to your computer and use it in GitHub Desktop.
dre bug sim log
DEBUG1(core ): done with info gathering
DEBUG1(core ): translating graph...
DEBUG2(core ): Translating request portfolio of size 2
DEBUG4(core ): adding 2 request capacities
DEBUG4(core ): adding 1 bid capacities
DEBUG1(core ): Additing unit capacity: 1
DEBUG1(core ): Additing unit capacity: 1
DEBUG1(core ): Additing unit capacity: 1
DEBUG5(core ): Updating preference for one of Reactor1's trade nodes:
DEBUG5(core ): preference: 0
DEBUG4(core ): adding 1 bid capacities
DEBUG1(core ): Additing unit capacity: 1
DEBUG1(core ): Additing unit capacity: 1
DEBUG1(core ): Additing unit capacity: 1
DEBUG5(core ): Updating preference for one of Reactor1's trade nodes:
DEBUG5(core ): preference: 1
DEBUG1(core ): graph translated!
DEBUG1(core ): solving graph...
DEBUG5(core ): Determining node weight:
DEBUG5(core ): commodity weight: 1
DEBUG5(core ): avg pref: 0
DEBUG5(core ): node weight: 1
DEBUG5(core ): Determining node weight:
DEBUG5(core ): commodity weight: 1
DEBUG5(core ): avg pref: 1
DEBUG5(core ): node weight: 1.5
DEBUG5(core ): Determining node weight:
DEBUG5(core ): commodity weight: 1
DEBUG5(core ): avg pref: 1
DEBUG5(core ): node weight: 1.5
DEBUG5(core ): Determining node weight:
DEBUG5(core ): commodity weight: 1
DEBUG5(core ): avg pref: 0
DEBUG5(core ): node weight: 1
DEBUG1(core ): Group weight value during graph preconditioning is 1.25.
DEBUG1(core ): Greedy Solving for 2 amount of a resource.
DEBUG1(core ): Capacity for node:
DEBUG1(core ): group capacity: 1
DEBUG1(core ): unit capacity: 1
DEBUG1(core ): capacity: 1
DEBUG1(core ): Capacity for node:
DEBUG1(core ): group capacity: 2
DEBUG1(core ): unit capacity: 1
DEBUG1(core ): capacity: 2
DEBUG1(core ): Capacity for node:
DEBUG1(core ): group capacity: 2.5
DEBUG1(core ): unit capacity: 1
DEBUG1(core ): capacity: 2.5
DEBUG1(core ): Capacity for unode of arc: 1
DEBUG1(core ): Capacity for vnode of arc: 1
DEBUG1(core ): Capacity for arc : 1
DEBUG1(core ): Greedy Solver is matching 1 amount of a resource.
DEBUG1(core ): Updating capacity value from: 1
DEBUG1(core ): to: 0
DEBUG1(core ): Updating capacity value from: 2
DEBUG1(core ): to: 1
DEBUG1(core ): Updating capacity value from: 2.5
DEBUG1(core ): to: 1.5
DEBUG1(core ): Capacity for node:
DEBUG1(core ): group capacity: 0
DEBUG1(core ): unit capacity: 1
DEBUG1(core ): capacity: 0
DEBUG1(core ): Capacity for node:
DEBUG1(core ): group capacity: 1
DEBUG1(core ): unit capacity: 1
DEBUG1(core ): capacity: 1
DEBUG1(core ): Capacity for node:
DEBUG1(core ): group capacity: 2.5
DEBUG1(core ): unit capacity: 1
DEBUG1(core ): capacity: 2.5
DEBUG1(core ): Capacity for unode of arc: 1
DEBUG1(core ): Capacity for vnode of arc: 1
DEBUG1(core ): Capacity for arc : 1
DEBUG1(core ): Greedy Solver is matching 1 amount of a resource.
DEBUG1(core ): Updating capacity value from: 0
DEBUG1(core ): to: -1
DEBUG1(core ): Updating capacity value from: 1
DEBUG1(core ): to: 0
DEBUG1(core ): Updating capacity value from: 2.5
DEBUG1(core ): to: 1.5
DEBUG1(core ): graph solved!
DEBUG1(core ): Back traslating 2 trade matches.
DEBUG1(core ): trades translated!
INFO5(SrcFac): UOX_Source just received an order for 1 of uox
INFO5(SrcFac): MOX_Source just received an order for 1 of mox
@rwcarlsen
Copy link
Author

@gidden Line 75 seems to be showing a problem:

DEBUG1(core  ):          Updating capacity value from: 0
DEBUG1(core  ):                                    to: -1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment