You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a problem , it seems like i can't find this header file in sim.cc
home/ipclab/ns-3-dev-git/scratch/a_plus_b/sim.cc:23:10: fatal error: ns3/ns3-ai-module.h: No such file or directory
23 | #include "ns3/ns3-ai-module.h"
| ^~~~~~~~~~~~~~~~~~~~~
how can I solve this problm?
Besides . in run.py
Traceback (most recent call last):
File "run.py", line 59, in
exp = Experiments(mempool_key, mem_size, 'a_plus_b', '/home/ipclab/ns3-dev-git/scratch/a_plus_b/sim.cc') # Set up the ns-3 environment
NameError: name 'Experiments' is not defined
are there any problems? thank you very much!
The text was updated successfully, but these errors were encountered:
There's a problem , it seems like i can't find this header file in sim.cc
home/ipclab/ns-3-dev-git/scratch/a_plus_b/sim.cc:23:10: fatal error: ns3/ns3-ai-module.h: No such file or directory
23 | #include "ns3/ns3-ai-module.h"
| ^~~~~~~~~~~~~~~~~~~~~
how can I solve this problm?
Besides . in run.py
Traceback (most recent call last):
File "run.py", line 59, in
exp = Experiments(mempool_key, mem_size, 'a_plus_b', '/home/ipclab/ns3-dev-git/scratch/a_plus_b/sim.cc') # Set up the ns-3 environment
NameError: name 'Experiments' is not defined
are there any problems? thank you very much!
The text was updated successfully, but these errors were encountered: