Is it possible to solve the DAS-F (Distributed antenna system flow) using GAMS?

Problems with modeling
Post Reply
jczerna
User
User
Posts: 4
Joined: 6 years ago

Is it possible to solve the DAS-F (Distributed antenna system flow) using GAMS?

Post by jczerna »

I have read the paper Mathematical Modeling for Optimal Design of In-Building Distributed Antenna Systems by Lei Chen and Di Yuan, where the authors propose two models to solve the problem of optimal design of in-building distributed antenna systems.

http://www.diva-portal.org/smash/get/di ... TEXT01.pdf

The first model is a flow formulation called DAS-F and the second is called Multi-tree formulation DAS-MT.
I started wondering whether or not the mathematical models could be solved by using GAMS.

Is it possible? Are there any codes in GAMS that look alike?
User avatar
bussieck
Moderator
Moderator
Posts: 1033
Joined: 7 years ago

Re: Is it possible to solve the DAS-F (Distributed antenna system flow) using GAMS?

Post by bussieck »

Both models are mixed integer linear programs and hence it should be easy to formulate these in GAMS. They also talk about preprocessing steps. I did not read this carefully but usually some algorithmic work can be nicely accomplished by GAMS' procedural language elements (https://www.gams.com/latest/docs/UG_FlowControl.html).

-Michael
jczerna
User
User
Posts: 4
Joined: 6 years ago

Re: Is it possible to solve the DAS-F (Distributed antenna system flow) using GAMS?

Post by jczerna »

Thanks Michael.
I'm gonna check the link you shared.

Best regards.

Juan Carlos
Post Reply