v0.8.5
v0.8.5 adds support to Apple Silicon, and synthesizing zones and demand. Other changes include,
- remove legacy namings inherited from dtalite_s.py;
- remove useless (legacy) members;
- remove useless imports automatically added by VS Code;
- change the value of MAX_LABEL_COST to the largest integer (i.e., 2147483647);
- change the caller of setup_spnetwork() from read_network() to perform_column_generation();
- introduce class Zone and update the previous implementation where involves zones accordingly;
- support loading demand for an agent type and a demand period via load_demand();
- support loading zone information after synthesis;
- update all settings.yml in data directory to include "use_link_ffs".