Dennis Zanutto
Dennis Zanutto
The API misses the possibility of creating a new instance of an `EN_Project` starting from an existing one. This feature is helpful when solving staged design problems, and the evaluation...
There is an error in the memory management of the variable `network->Adjlist`: the list is allocated but not freed. This bug appeared in my code, where I use EPANET only...
The library doesn't decrease the number of pipes (`net.Npipes`) when a pipe is removed from the network. See this example: ```cpp #include #include #include "epanet2_2.h" #include "types.h" int main() {...