momohebbi / gridspice

Automatically exported from code.google.com/p/gridspice
0 stars 0 forks source link

Size of generator cost polynomial coeff array #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The file is wholesale/gen_bus.h. The variable is COST[]. The size of this array 
should be NCOST, which is a variable. Currently, we allocate 100000 elements 
space for COST[]. This should be modified to a dynamic range. 

This ticket is opened for future reference.

Original issue reported on code.google.com by liaoyizh...@gmail.com on 18 Jan 2012 at 8:09

GoogleCodeExporter commented 8 years ago
Currently, it supposes model 2. We use 1024 bits to hold the COST coeff.

Original comment by liaoyizh...@gmail.com on 2 Feb 2012 at 7:12