hdavid16 / DisjunctiveProgramming.jl

A JuMP extension for Generalized Disjunctive Programming
MIT License
27 stars 3 forks source link

Add fixed cost parameter in disjunction #31

Closed hdavid16 closed 2 years ago

hdavid16 commented 2 years ago

This requires reformulation of the objective function.

hdavid16 commented 2 years ago

The fixed cost can be seen as a variable with its value being fixed in each disjunction. No need to change current implementation.