Skip to content
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

Topology definition from file. #2

Open
KDahlgren opened this issue Nov 1, 2016 · 0 comments
Open

Topology definition from file. #2

KDahlgren opened this issue Nov 1, 2016 · 0 comments

Comments

@KDahlgren
Copy link
Owner

If the user does not provide a node list at the command line (e.g. "--nodes a,b,c"), then dedalusParser.py will create a node topology iff an input file contains a list of facts name as "node" (e.g. "node("a","b")@1"). Otherwise, the code does not create a topology.

Solution options:
Soln1. Ensure the input files describe a topology of nodes. Abort otherwise.
Soln2. Make the topology definition facts more robust. For example, use an invariant such as, topology definition facts are (1) binary relations, (2) both attributes are filled with specific strings encapsulated by double quotes, and (3) specify a time.

KDahlgren pushed a commit that referenced this issue Apr 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant