Go to file
HeshamTB 7ffbe689bc Discard special cases for general implementation:
Instead of checking instance of veh,
    use the abstract method getMaxSpeed()
    with a given factor.

    This should reduce redundant checks
    (Wasted CPU cycles). Thus, run is
    a tiny bit faster.
2021-01-10 23:48:22 +03:00
.idea After Sub fixes 2020-12-18 21:38:23 +03:00
src Discard special cases for general implementation: 2021-01-10 23:48:22 +03:00
.classpath Imports block compile and eclipse project files 2020-12-16 15:58:46 +03:00
.gitignore ignore bin extention 2020-12-06 05:37:54 +03:00
.project Imports block compile and eclipse project files 2020-12-16 15:58:46 +03:00
Hajj-simulation.iml init commit 2020-10-09 22:22:37 +03:00