|
From: | Michael Mullen |
Subject: | [Help-glpk] printf and data files |
Date: | Mon, 14 Aug 2006 14:16:05 +0100 |
/* Initial Parameters */
param m, integer, >0;
/* number of candidate base stations j*/
param n, integer, >0;
/* number of Test points i */
/* Sets */
set S :=1..m;
/* set of base stations */
set I :=1..n;
/* set of Test Points */
/* Parameters */
param c, integer,>0;
/* installation cost of the base station*/
param u{i in I},>=0;
/* This is the number of simultaneous connections for test point i. This is related to traffic demand and for this case, It is set to 1.*/
param d{ i in I, j in S},>=0;
/* distance between test points i and base stations j in kilometres*/
I have 2 queries that I need help on.
Thanks for any help that can be provided.
[Prev in Thread] | Current Thread | [Next in Thread] |