April 2014
This file defines a standard to network input files for SimCo.
The SimCo-Net-Generator 2 produces well formated files.
generally: Please care about the quotation marks and slashes!
Network input file standards 2.0 | April 2014 |
Overview | A SimCo network file (Extension “.snf”) is a Zip directory containing |
“globals”-file | “number-dimensions” “3” “short-time-limit” “24” “long-time-limit” “365” Look at documentation of variables (file “variables.nls”) to get an overview. |
“technologies”-file | Here you define the properties of the technologies in your network. |
“nodes”-file | Here you define the properties of the nodes in your network. |
“edges”-file | Here you define the properties of the edges in your network. |
“agents”-file | Here you define the properties of the agents in your network. |
“seu-values”-file | Here you define the u-values for the agents types. |
“p-calculations”-filename | Here you define the p-calculation formulas for the agents seu calculation. |
”number-dimensions” “3” “short-time-limit” “24” “long-time-limit” “365” Look at documentation of variables (file “variables.nls”) to get an overview.
Please note that the “number-dimensions” must suit to the number of dimensions in the other files (technologies, nodes, edges and agents)!
Here you define the properties of the technologies in your network. Each line is a new technology, consisting of:
2 “C” 1000 100 “1 1 1”
Here you define the properties of the nodes in your network. Each line is a new node, consisting of:
0 100 “\”blue1\” \”blue2\”” “[0.0 2] [3 4] [5 6]” “[e 2] [3 4] [5 0.0]” “-5 6 -3” “1 3 4” “4 7 -6”
Here you define the properties of the edges in your network. Each line is a new edge, consisting of:
1 26 99.53828435821863 “\”A\” \”B\” \”C\”” “[0 100] [0 100] [0 100]” “[0 500] [0 500] [0 500]” 11.040009893873712 “1 1 1” “1 1 1” “1 1 1”
Here you define the properties of the agents in your network. Each line is a new agent, consisting of:
28 2 nobody 0 “[0 100] [0 100] [0 100]” “[0 1000] [0 1000] [0 1000]” “0 0 0” “\”A\”” “A” “b”
Here you define the u-values for the agents types. At the moment you have to keep an eye to stay consisten with the used agent types Each line is one row of the u-values table:
”a” “1000 100 0.5 1” “1 2 3 4”
Here you define the p-calculation formulas for the agents seu calculation. Each line is one aim:
”calculate-p \”reciprocal\” 2 edge-technology-vector 1” “calculate-p \”reciprocal\” 2 node-technology-vector 1”