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

Runtime control (Start from State, Synchronize State between simulators) #93

Open
Tracked by #51
aladinoster opened this issue Nov 15, 2021 · 2 comments
Open
Tracked by #51
Assignees
Labels
planning/decision Related to general plans / decision required
Milestone

Comments

@aladinoster
Copy link
Contributor

No description provided.

@aladinoster aladinoster mentioned this issue Nov 15, 2021
37 tasks
@aladinoster aladinoster added this to the v1.2.0 milestone Nov 17, 2021
@aladinoster aladinoster added the planning/decision Related to general plans / decision required label Nov 17, 2021
@aladinoster
Copy link
Contributor Author

Use case:

s = Simulator()

with s:
    s.run_step()
    s.run_stop()
with s:
    s.run_step() 
  • A case is existing in symuflow already (see. ISTTT23). Which are the methods to do this?

@aladinoster
Copy link
Contributor Author

No updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planning/decision Related to general plans / decision required
Projects
None yet
Development

No branches or pull requests

2 participants