The computation of the machine speed in linear_solver.py is wrong. Currently, the code considers that the speed bonus of modules and of the machine quality are additive. Instead, in-game they are multiplicative.
The line 319 of linear_solver.py should be corrected as :
The computation of the machine speed in
linear_solver.py
is wrong. Currently, the code considers that the speed bonus of modules and of the machine quality are additive. Instead, in-game they are multiplicative.The line 319 of
linear_solver.py
should be corrected as :