Sha256: 3bfb7a52a28c9b36615b89b5faab71143e77aa17861935c55a9e2ae7863e6e73
Contents?: true
Size: 419 Bytes
Versions: 63
Compression:
Stored size: 419 Bytes
Contents
(!****************************************************** Mosel Example Problems *******************************************************!) ! Objective function: total daily cost Cost:= sum(p in TYPES, t in TIME) (CSTART(p)*start(p,t) + LEN(t)*(CMIN(p)*work(p,t) + CADD(p)*padd(p,t))) ! Limit on power production above minimum level forall(p in TYPES, t in TIME) padd(p,t) <= (PMAX(p)-PMIN(p))*work(p,t)
Version data entries
63 entries across 63 versions & 8 rubygems