gokhanceyhan / modam

multi-objective day-ahead market clearing
3 stars 0 forks source link

MODAM-11: Extend the surplus maximization solver for the additional bid types #22

Open gokhanceyhan opened 3 years ago

gokhanceyhan commented 3 years ago

In the first phase, add the quadratic objective function, flexible bids and the linked block bids.

gokhanceyhan commented 3 years ago

New bid types integrated:

Remaning work:

In the mean-time, only the Gurobi solver should be used to solve the instances with piece-wise hourly bids, linked block bids, mutually exclusive block bids and flexible bids. Both primal-dual and Benders decomposition algorithms can be used. However, only the Benders decomposition algorithm should be used to solve the no-prb model for the instances with those bid types.

In the no-prb model, child block bids never become PRB and mutually exclusive block bids cannot become PRB if one of those is accepted similar to the acceptance of a flexible bid for one of the periods.