Hi everbody,
I have problem with seeing constraints in solution file. Only a little bit of constraints are shown in solution file. How i can see whole of constraints in solution file.
Have a nice day,
Thanks,
Nazmi
–
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.
Hi, if you are talking about lst file, as far as I know, you should use the option LIMROW = (a big number like 100) then, u can see up to 100 constraints there. Hope this helps.
On Sat, Mar 24, 2012 at 12:20 PM, Nazmi Åžener wrote:
Hi everbody,
I have problem with seeing constraints in solution file. Only a little bit of constraints are shown in solution file. How i can see whole of constraints in solution file.
Have a nice day,
Thanks,
Nazmi
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.
Hi Nazmi,
By default, equation listing shows only the first three rows of a constraint,
you can use an option statement to change this default:
Use
option limrow=n;
where n is the number of rows of equations you want to view for each constraint.
For number of columns of variables you may use
option limcol=n;
hope this helps
On Sat, Mar 24, 2012 at 11:20 AM, Nazmi Åžener wrote:
Hi everbody,
I have problem with seeing constraints in solution file. Only a little bit of constraints are shown in solution file. How i can see whole of constraints in solution file.
Have a nice day,
Thanks,
Nazmi
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.
Hi dear Nazmi
use the following option before the solve statement to see more constraints:
Option LimRow=1000;
On Sat, Mar 24, 2012 at 1:50 PM, Nazmi Åžener wrote:
Hi everbody,
I have problem with seeing constraints in solution file. Only a little bit of constraints are shown in solution file. How i can see whole of constraints in solution file.
Have a nice day,
Thanks,
Nazmi
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.