Search found 13 matches

by betulkayisoglu
2 years ago
Forum: Tools
Topic: Not to create lst file
Replies: 2
Views: 3594

Re: Not to create lst file

When I search from GAMS I saw the expression below;

Creation of the lst file can be suppressed by setting output to NUL under Windows

How can I do this?

Thanks..
by betulkayisoglu
2 years ago
Forum: Tools
Topic: Not to create lst file
Replies: 2
Views: 3594

Not to create lst file

Is it possible not to create lst file while running gams?
Because my lst file is really huge and for that reason, my computer has memory problems and stops running gams
I do not need a lst file
by betulkayisoglu
3 years ago
Forum: Solvers
Topic: CPLEX OPTCR
Replies: 2
Views: 3123

Re: CPLEX OPTCR

Thank you Fred, in fact I just fixed my problem.

In my code at somewhere there was OPTCR=0; I could not recognize, for that reason even I was defining it as 0.05 at the beginning of the code it was taking as 0.

Now it is ok, thanks for your reply :)
by betulkayisoglu
3 years ago
Forum: Modeling
Topic: Shift scheduling model
Replies: 1
Views: 2258

Re: Shift scheduling model

Hello Kubra, how many shifts do you have? how many operators will you assign to a single shift? you can not model your problem correctly without this information maybe you can determine an average experience level to each shift and make your goal not to deviate from this average experience level. Re...
by betulkayisoglu
3 years ago
Forum: Solvers
Topic: CPLEX OPTCR
Replies: 2
Views: 3123

CPLEX OPTCR

Hello, I want CPLEX to stop when an integer feasible solution that has been proved to be within 5% of optimality. For this, I am making OPTIONS OPTCR=0.05; After the time limit I set i.e. RESLIM=3600, I check the relative gap and see that it is i.e. 0.00085. In fact I want it to stop when the relati...
by betulkayisoglu
3 years ago
Forum: Modeling
Topic: exchange the elements of two sets
Replies: 6
Views: 3588

Re: exchange the elements of two sets

It works :) just as I need.

Thank you very much for your time.

Regards

Betul
by betulkayisoglu
3 years ago
Forum: Modeling
Topic: exchange the elements of two sets
Replies: 6
Views: 3588

Re: exchange the elements of two sets

Dear Renger, I am really very glad for your help. Thank you for the code, it works but unfortunately I recognized that I skipped to explain sth. In each iteration I am trying to keep the sets updated. For example is /3,5,7/ ib /1,2,4,6,8,9,10/ in the first iteration I got is /1,5,7/ ib /3,2,4,6,8,9,...
by betulkayisoglu
3 years ago
Forum: Modeling
Topic: exchange the elements of two sets
Replies: 6
Views: 3588

Re: exchange the elements of two sets

Hi Renger, Thank u very much for replying. Let me explain what I want to do with an example Sets i nodes /1*10/ N1(i) /3,5,7/ N2(i) /1,2,4,6,8,9,10/ We can assume that this is a facility location problem and N1 is the set of nodes at which I locate the facilities. I am trying to code an algorithm an...
by betulkayisoglu
3 years ago
Forum: Modeling
Topic: exchange the elements of two sets
Replies: 6
Views: 3588

exchange the elements of two sets

Hello,

I have two different dynamic sets. I have iterations and in each iteration what I want to do is to choose one of the elements of each of the sets randomly and exchange them. How can I do this with Gams? I will be glad for your help, thanks
by betulkayisoglu
5 years ago
Forum: Solvers
Topic: Options for cut generation in Cplex
Replies: 0
Views: 3016

Options for cut generation in Cplex

Hello,

Cplex automatically creates cuts and there are options for these cuts as -1.do not generate, 0.automatic, 1.moderate and 2.aggressive for cut generation.
When I am using the solver cplex in gams, how can I set these options in Gams?

Thank you for your help

Betül