Skip to content
Snippets Groups Projects
Commit 80928900 authored by Tommy Persson's avatar Tommy Persson
Browse files

Adding possiblle_units as argument to expand call in exececutors.

parent 8a43c90d
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
string ns # Namespace for the tstfactory string ns # Namespace for the tstfactory
int32 id # id for the TST node in the tstfactory int32 id # id for the TST node in the tstfactory
int32 free_id # First free unique id int32 free_id # First free unique id
string[] possible_units # List of posssible units. Needed to declare constraints vars.
--- ---
int32 free_id # Returns the first free unique id in the delegation int32 free_id # Returns the first free unique id in the delegation
bool success bool success
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment