Helllo Folks !
Could you help me do find out the problem in my Model?
When I run the Main Execution, I get the following messages:
Warning: The columns "x(3,8,1)" and "x(2,8,1)" are equal in the generated mathematical program ..... see the help associated with the option "Warning_duplicate_column".
Warning: The columns "x(2,8,1)" and "x(1,8,1)" are equal in the generated mathematical program...... see the help associated with the option "Warning_duplicate_column".
Please,
What do these messages mean?
Is it a problema in one of my constraints?
Another point
I´d like to check if I wrote correctly my constraint.
Is it possible to check How the constrainsts are being generated ?!
For example, I have
Identifier: Const4
Index: k
Definition: sum((i,j)|val(i)=1 and (val(j)>1 AND val(j)<=(BaseFinal/2)),x(k,i,j)) + sum((i,j)|val(i)=1 and val(j)=BaseFinal,x(k,i,j))=1
I´d like to see the equations associated to this constraint:
k=1: X(1,2,2) + X (1,2,3) +...... =1
k=2: X(2,2,2) + X (2,2,3) +...... =1
k=3: X(3,2,2) + X (3,2,3) +...... =1
and so on
I´d like to see all equations to verify if the constraint is being generated as I guess.
Is it possible?
Thanks for all help.
Regards,
José Magalhães.