Farzane Ezzati
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Recent activity by Farzane Ezzati-
Benders Cuts in Branch and Bound Tree
AnsweredHello, I am solving a two stage stochastic model in which the first stage has integer variables. I am using the Benders cuts and adding them to the MIP nodes of the branch and bound tree. This is t...
-
Copy a class of model
AnsweredHello, I have a model that is defined inside a class. I am updating the model and apply changes to it using a class. I am applying a branch and bound algorithm and when branching is required, I wan...
-
Cut Generation LP ( CGLP)
AnsweredHi, I am writing an algorithm in which after solving LP relaxation of several sub-problems from a two-stage stochastic model. I want to use CGLP to generate disjunctive cuts. To generate disjunctiv...
-
Lagrangian Dual, Subgradient Method
AnsweredHello, I want to solve a two stage stochastic programming model and I am using scenario decomposition and lagrangian relaxation of non-anticipativity constraints to solve the problem. I am mixing l...