How can I find coefficients for milp?

1 次查看(过去 30 天)
Hi, I made Specifying Long Integer Variable Strings to solve the milp problem.
I have 12 continuous values and 6 binary values.
x1 ~ x12 = continuous
x13 ~ 18 = binary
A*(x11*x18 + x12*(x18 - 1)) + B*x1*x13 + C*x2*x14 + D*x3*x15 + E*x4*x16 + F*x5*x17 - G*x6*(x13 - 1) -H*x7*(x14 - 1) - I*x8*(x15 - 1) -J*x9*(x16 - 1) - K*x10*(x17 - 1)
As you can see, each expression is a product of a binary and a Continous variable.
Do you have any Idea to find each x's coefficients?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Structures 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by