Model size

Hi, I would like to print how many continuous, binary variables
present in my model. Is there any summary report that I can print
which will provide me all the above information? I mean other ways of
printing the model summary rather than using limrow/limcol option. Can
any one please help me on this issue?

\

Hi,

I think GAMS automatically displays the statistics for you; you may need to check your .lst file. Double click the MODEL STATISTICS … on the left pane of the .lst file where you can see what you wanted to.

I hope this helps.

Destin

On Sat, Jun 2, 2012 at 8:03 PM, Maruf wrote:

Hi, I would like to print how many continuous, binary variables
present in my model. Is there any summary report that I can print
which will provide me all the above information? I mean other ways of
printing the model summary rather than using limrow/limcol option. Can
any one please help me on this issue?


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.

\

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 Destin,

Thanks for your reply. I got some statistics like this:

MODEL STATISTICS

BLOCKS OF EQUATIONS 13 SINGLE EQUATIONS 3,956
BLOCKS OF VARIABLES 9 SINGLE VARIABLES 5,086
NON ZERO ELEMENTS 15,401 DISCRETE VARIABLES 2,310

Could you please let me know that the below information I infer is right or wrong?

No. of binary variables 2310
No. of continuous variables (5086-2310) = 2776
No. of constraints 3956.

Thanks.
Maruf

On Mon, Jun 4, 2012 at 2:51 AM, Destin Zed wrote:

Hi,

I think GAMS automatically displays the statistics for you; you may need to check your .lst file. Double click the MODEL STATISTICS … on the left pane of the .lst file where you can see what you wanted to.

I hope this helps.

Destin

On Sat, Jun 2, 2012 at 8:03 PM, Maruf wrote:

Hi, I would like to print how many continuous, binary variables
present in my model. Is there any summary report that I can print
which will provide me all the above information? I mean other ways of
printing the model summary rather than using limrow/limcol option. Can
any one please help me on this issue?


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.

\

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.



\

Mohammad Marufuzzaman
Industrial & Systems Engineering
Mississippi State University, USA
E-mail: maruf237@gmail.com


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.

Maruf,

That is right as far as I know except the number of your constraints which I think should be 3956-1 = 3955. This is because your objective function is counted as a single equation.
HTH.

On Mon, Jun 4, 2012 at 4:06 PM, Mohammad Marufuzzaman wrote:

Hi Destin,

Thanks for your reply. I got some statistics like this:

MODEL STATISTICS

BLOCKS OF EQUATIONS 13 SINGLE EQUATIONS 3,956
BLOCKS OF VARIABLES 9 SINGLE VARIABLES 5,086
NON ZERO ELEMENTS 15,401 DISCRETE VARIABLES 2,310

Could you please let me know that the below information I infer is right or wrong?

No. of binary variables 2310
No. of continuous variables (5086-2310) = 2776
No. of constraints 3956.

Thanks.
Maruf


On Mon, Jun 4, 2012 at 2:51 AM, Destin Zed wrote:

Hi,

I think GAMS automatically displays the statistics for you; you may need to check your .lst file. Double click the MODEL STATISTICS … on the left pane of the .lst file where you can see what you wanted to.

I hope this helps.

Destin

On Sat, Jun 2, 2012 at 8:03 PM, Maruf wrote:

Hi, I would like to print how many continuous, binary variables
present in my model. Is there any summary report that I can print
which will provide me all the above information? I mean other ways of
printing the model summary rather than using limrow/limcol option. Can
any one please help me on this issue?


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.

\

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.



\

Mohammad Marufuzzaman
Industrial & Systems Engineering
Mississippi State University, USA
E-mail: maruf237@gmail.com

\

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.

\

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.

Destin, noted with thanks.

On Mon, Jun 4, 2012 at 3:08 PM, Destin Zed wrote:

Maruf,

That is right as far as I know except the number of your constraints which I think should be 3956-1 = 3955. This is because your objective function is counted as a single equation.
HTH.


On Mon, Jun 4, 2012 at 4:06 PM, Mohammad Marufuzzaman wrote:

Hi Destin,

Thanks for your reply. I got some statistics like this:

MODEL STATISTICS

BLOCKS OF EQUATIONS 13 SINGLE EQUATIONS 3,956
BLOCKS OF VARIABLES 9 SINGLE VARIABLES 5,086
NON ZERO ELEMENTS 15,401 DISCRETE VARIABLES 2,310

Could you please let me know that the below information I infer is right or wrong?

No. of binary variables 2310
No. of continuous variables (5086-2310) = 2776
No. of constraints 3956.

Thanks.
Maruf


On Mon, Jun 4, 2012 at 2:51 AM, Destin Zed wrote:

Hi,

I think GAMS automatically displays the statistics for you; you may need to check your .lst file. Double click the MODEL STATISTICS … on the left pane of the .lst file where you can see what you wanted to.

I hope this helps.

Destin

On Sat, Jun 2, 2012 at 8:03 PM, Maruf wrote:

Hi, I would like to print how many continuous, binary variables
present in my model. Is there any summary report that I can print
which will provide me all the above information? I mean other ways of
printing the model summary rather than using limrow/limcol option. Can
any one please help me on this issue?


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.

\

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.



\

Mohammad Marufuzzaman
Industrial & Systems Engineering
Mississippi State University, USA
E-mail: maruf237@gmail.com

\

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.

\

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.



\

Mohammad Marufuzzaman
Industrial & Systems Engineering
Mississippi State University, USA
E-mail: maruf237@gmail.com


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.