Search found 31 matches

by seydaseyda
2 years ago
Forum: Modeling
Topic: finding minimum of a maximum
Replies: 0
Views: 10472

finding minimum of a maximum

Hi everyone

I am running a model which has a min max function but I dont have the results that I need.

Basically I have a parameter inside my model. After the model calculating this parameter, I need to minimize the biggest result of this parameter.
How can i do this?
by seydaseyda
2 years ago
Forum: Syntax
Topic: How to lower relative and absolute gap?
Replies: 3
Views: 2965

Re: How to lower relative and absolute gap?

Hi,
okay and how can i reformulate my model? Which parts should I focus on especially?
by seydaseyda
2 years ago
Forum: Syntax
Topic: How to lower relative and absolute gap?
Replies: 3
Views: 2965

How to lower relative and absolute gap?

Hi everyone!

I added these two line to my model but it still gives me very big absolute gap and I can not trust my optimal result.


option optcr = 0;
Option optca=0;

How can i lower these gaps?
by seydaseyda
2 years ago
Forum: Modeling
Topic: assigning people to places
Replies: 4
Views: 4037

Re: assigning people to places

Hi,

This is what I am still searching :)

My aim is making a continuous area instead of discrete area.
by seydaseyda
2 years ago
Forum: Modeling
Topic: assigning people to places
Replies: 4
Views: 4037

Re: assigning people to places

Hi, I tried to use this logic but my aim is creating a contunious area as sum of the all places. For example I have a 1x1 bounded area and the corners: (0,0) (0,1) (1,0) and (1,1). Inside this bounded area: There are infinite number of places. (0, 0.00001) (0, 0.00001) (0, 0.001) ect. I want to have...
by seydaseyda
2 years ago
Forum: Modeling
Topic: assigning people to places
Replies: 4
Views: 4037

assigning people to places

Hi everyone. I am working on a model which basically assigns the people to the places. The coordinates of the places are defined by me, there are 10 places. Instead of this, I want to define a square which has four corners. All points both inside and border of the square are candidate places for ass...
by seydaseyda
2 years ago
Forum: Syntax
Topic: libre office
Replies: 0
Views: 2616

libre office

Hi everyone. I am using LibreOffice instead of Microsoft Office Excell, for some reasons. How can i upload data from LibreOffice to my gams model? Normally I am using below code but this is not working anymore. parameter a(i) people of i / $call xls2gms r=a2:b10 i=excel_name.xlsx o=peoplex.inc $incl...
by seydaseyda
2 years ago
Forum: Modeling
Topic: Infeasible solution. Reduced gradient less than tolerance.
Replies: 0
Views: 2848

Infeasible solution. Reduced gradient less than tolerance.

Hi, I am working on a multi objective problem and in every situation the model gave me the ** Infeasible solution. Reduced gradient less than tolerance. error. Normally the model can solved as a single objective problem ( if I sum up two objective function in a row). But when I try to split the obje...
by seydaseyda
2 years ago
Forum: Solvers
Topic: gams to lindo
Replies: 3
Views: 3821

Re: gams to lindo

Got it but is there any chance to see the input codes as lingo codes?
by seydaseyda
2 years ago
Forum: Solvers
Topic: gams to lindo
Replies: 3
Views: 3821

gams to lindo

Hi everyone.

I have gams codes for a model and I want to convert these code to lingo. Could you please help me how can i convert easily?