DOC PREVIEW
UT Dallas CS 6385 - PROJECT1(1)

This preview shows page 1 out of 3 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 3 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 3 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Project 1The theme of this project is to implement the basic network design mo delthat is presented in the lecture note entitled “An Application to NetworkDesign”, and experiment with it.Specific Tasks:1. Create software that is capable of doing the following:• As input, it receives the number of no des (N), the traffic demandvalues (bij) between pairs of nodes, and the unit cost values forthe potential links ( aij).• As output, the program generates a network topology, with capac-ities assigned to the links, according to the studied model, usingthe shortest path based fast solution method (see at theend of the cited lecture note). The program also computes thetotal cost of the designed network.Important notes:• Any programming language and operating system can be used, itis your choice.• For the shortest path algorithm you may download and utilize anyexisting software module from the Internet. If you use this oppor-tunity, then include in your documentation a precise reference thattells where the module comes from.2. Clearly explain how your program works. It is helpful to use flowchartsfor visualizing the explanation.3. Run your program on randomly generated examples, as explained be-low.• Let the number of nodes be N = 40 in each example.• For each example, generate the aij, bijvalues according to the rulesdescribed below. In these rules k is a parameter that will changein the experiments.1– For generating the bijvalues, pick independent random inte-gers from the range [0, 1, 2, 3, 4].– For generating the aijvalues, do the following. For any giveni, pick k random indices j1, j2, . . . , jk, all different from eachother and from i. Then setaij1= aij2= . . . = aijk= 1,and set aij= 400, whenever j 6= j1, . . . , jk. Carry out thisindependently for every i.Remark: The effect of this is that for every node i there willbe k low cost links going out of the node, the others willhave large cost. The shortest path algorithm will try to avoidthe high cost links, so it effectively means that we limit thenumber of links that go out of the node, thus limiting thenetwork density.• Run your program with k = 3, 4, 5 . . . , 15. For each run generatenew random aij, bijparameters independently.4. Show graphically in diagrams the following:• How does the total cost of the network depends on k?• How does the density of the obtained network depends on k? Herethe density is defined as the number of directed edges that areassigned nonzero capacity, divided by the total possible numb erof directed edges, which is N(N − 1).5. Provide a brief (1-2 paragraph) verbal justification that explains whythe obtained diagrams behave the way they do. In other words, try toconvince a reader that what your diagrams show is indeed the “right”behavior, that is, your program that carries out the network design islikely correct.Note 1: If there is anything that is not specified in this project description,that means it is left to your choice.2Questions? Refer to Note 1.Submission guidelinesDescribe everything, including algorithms, program, sources, results andfigures neatly and clearly in a study. Include everything in a single documentthat can be read as a report. It should have a professional appearence,scanned handwriting is not acceptable! The preferred file type is pdf.Submit the document through eLearning. (Do not send it via e-mail!)Do not include excutable code, but include the source code that you wrote,in an appendix to the study.Notes:• The work should be individual and original. Any form of cheating isa serious violation of University policies and can lead to serious con-sequences. Also note that while there were similar projects in earliersemesters, the exact same project has never been assigned. The minordifferences between this and earlier similar projects make it easy todetect if a submission is copied from an earlier one.• It may be helpful to think about the whole project presentation thatyour task is not only to solve a technical problem, but you also haveto “sell” the results. Try to look at your work from the viewpoint of apotential customer, to whom you want to sell such a software product.How convincing would your presentation look for a


View Full Document

UT Dallas CS 6385 - PROJECT1(1)

Documents in this Course
assn1

assn1

2 pages

38rel2

38rel2

5 pages

Report

Report

3 pages

networks

networks

18 pages

lp2

lp2

44 pages

lp2 (2)

lp2 (2)

27 pages

lp1(1)

lp1(1)

21 pages

integer1

integer1

50 pages

FrankR2

FrankR2

3 pages

duality

duality

28 pages

CMST

CMST

44 pages

hw4

hw4

3 pages

for 1

for 1

11 pages

ENCh02

ENCh02

33 pages

pree

pree

2 pages

new  3

new 3

2 pages

new  2

new 2

2 pages

hw4a

hw4a

2 pages

T2_Sol

T2_Sol

4 pages

ISM3

ISM3

8 pages

hw4_sol

hw4_sol

6 pages

Elm04_06

Elm04_06

11 pages

atn proj2

atn proj2

20 pages

12CUT1

12CUT1

8 pages

09Ford

09Ford

23 pages

08FLOW

08FLOW

6 pages

03LP_su

03LP_su

6 pages

40REL40

40REL40

5 pages

39rel3

39rel3

5 pages

38arel2

38arel2

5 pages

37REL1

37REL1

3 pages

24TABU

24TABU

3 pages

22DYNPR

22DYNPR

3 pages

21B&C

21B&C

2 pages

20BBEX0

20BBEX0

3 pages

19BB

19BB

5 pages

14CAPBUD0

14CAPBUD0

11 pages

35BRXCH

35BRXCH

2 pages

34COMB

34COMB

4 pages

32CAPAS

32CAPAS

4 pages

31QUEUE

31QUEUE

3 pages

Load more
Download PROJECT1(1)
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view PROJECT1(1) and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view PROJECT1(1) 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?