Skip to content

Commit

Permalink
created new branch for implementing the new orchestration synthesis a…
Browse files Browse the repository at this point in the history
…lgorithm

Signed-off-by: Davide Basile <davide.basile@isti.cnr.it>
  • Loading branch information
davidebasile committed Oct 24, 2023
1 parent 2490b2d commit 7e9bf42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class OrchestrationSynthesisOperator<S1> extends ModelCheckingSynthesisOp
Automaton<S1,Action,State<S1>,ModalTransition<S1,Action,State<S1>,Label<Action>>>>
{
private static boolean refinedLazy =false;
private int version=3;

/**
* Constructor for the orchestration synthesis operator enforcing the requirement req.
Expand Down

0 comments on commit 7e9bf42

Please sign in to comment.