Hello,
Apart from loading a .sol file, is there a way for me to explicitly
give an initial guess for a variable's dual value?
I tried the following:
1) ampl: let x.dual := 1;
dual is not an assignable suffix.
context: let >>> x.dual <<< := 1;
2) ampl: let x.dinit0 := 1;
dinit0 is not an assignable suffix.
context: let >>> x.dinit0 <<< := 1;
Thanks for your help!
David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "AMPL Modeling Language" group.
To post to this group, send email to
ampl@...
To unsubscribe from this group, send email to
ampl-unsubscribe@...
For more options, visit this group at
http://groups.google.com/group/ampl?hl=en-~----------~----~----~----~------~----~------~--~---