-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modeller input for allocation #656
Comments
Subnetworks have an ID and 1 or more sources where source is an edge. Nodes have an optional reference to a subnetwork ID. We reserve groups for different purposes. We call this allocation sub-network. We should also add priority of sources. After first development we will specify the information that need to be added in the table-columns |
Priority of sources is at the level of a sub-network. |
add optional column to node table called: allocation_network_id (long integer) add optional column to edge table: allocation_network_id (long integer, specifies source edge) |
Fixes #656. --------- Co-authored-by: Martijn Visser <[email protected]>
What should the input look like from the modeler to specify allocation? E.g. how are subnetworks, sources etc. specified?
The text was updated successfully, but these errors were encountered: