Skip to content
Snippets Groups Projects
Commit a8910eac authored by Gonzalo Belcredi's avatar Gonzalo Belcredi
Browse files

number nodes default 500

parent 58cbdd78
No related branches found
No related tags found
No related merge requests found
File added
File added
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -9,7 +9,7 @@ SimulationTimeslots = int(t_end / step) ...@@ -9,7 +9,7 @@ SimulationTimeslots = int(t_end / step)
time = np.arange(t_start,t_end,step) time = np.arange(t_start,t_end,step)
# NUMBER NODES AND GATEWAYS # NUMBER NODES AND GATEWAYS
NumberNodes = 5 NumberNodes = 500
NumberGateways = NumberNodes / 20 NumberGateways = NumberNodes / 20
# Problem data. # Problem data.
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment