indicator variable in MILP
8 次查看(过去 30 天)
显示 更早的评论
I have an indicator variable in my objective function where
I = 0 if x<0 I = 1 if x>= 0
How to write constraints for this indicator variable I in MILP?
0 个评论
回答(1 个)
John D'Errico
2016-5-8
编辑:John D'Errico
2016-5-8
So I is not actually a variable in your problem, although you think of it as such. Perhaps as you have written the problem on paper you have some variable I.
I is a function of one of the variables (x). Is I a linear function of x? No. It does not behave linearly with x. Therefore it is a nonlinear function of x.
So you cannot write constraints on it for a MILP solver.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Instrument Connection and Communication 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!