-
UXsim is a mesoscopic traffic simulation package, which typically operates at a higher level of abstraction than microscopic models. However, the current multi-lane implementation seems more detailed …
-
There is a problem with flowcapacity.
Because we almost never simulate more than 0.1 of the population we are using a low value of flowcapacity.
This leads to many problems according to rounding f…
-
To add a new cfmodel-independent mechanism for introducing driving error, define a new parameter x:
Each time a vehicle would compute new speed/acceleration (actionStep) it skips this action step w…
-
Had a long and fruitful email conversation with @devastgh, here are some summaries of what we think would be useful.
The main thrust here is to approach better some dieal of economic rationality.
…
-
Hi,
After I installed Netsimulyzer for ns-3 3.35, I get the following error first.cc example. How do I resolve it?
```
root@user:~/ns-3-dev$ ./waf --run scratch/mobility-buildings-example -v
W…
-
In the vanilla game, the citizens get spawned randomly, regardless of time of the day. Furthermore, there are only a few movement reasons that cause a certain spawn: like e.g. illness (find hospital) …
-
> # Temporary solution
> Set DLS to less than 50% in mod options.
----
# New Issue Description
To summarize on what this issue is, as seen in the images below, cars often prefer to use one lane …
-
I've reviewed #1184 but don't see this particular issue discussed there.
I have a MINIR4 wifi relay.
Works fine in cloud mode, state updates when triggered remotely or via external switch.
Bu…
-
Hello,
I am trying to install plexe on my system (MacOs M2 Sonoma). I am facing the following error when executing:
```
cd ~/src/omnetpp-
./configure
```
The error it gives is:
```
checking i…
-
Hi,
Since TRex uses 4.4BSD based TCP/IP stack, it's TCP throughput is too sensitive to delay and dup packets.
Unlike modern Linux kernel's CUBIC algorithm, Reno algorithm halving window size if dup …