リソースが複数の入出力チャンネルに接続されている時,プロトタイプの生成に失敗する #43

Closed Shinji opened this issue on 26 May 2022 - 0 comments

@Shinji Shinji commented on 26 May 2022

生成に失敗するモデルの例

channel CIO1 {
    out a(p:List, input1(x:Int)) == cons(x, p)
    out b(p:Int, input1(x)) == x    
    
}
channel CIO2 {
    out b(p:Int, reset(x)) == 0
}

生成可能の例

channel CIO1 {
    out a(p:List, input1(x:Int)) == cons(x, p)
    out b(p:Int, input1(x)) == x    
    out b(p:Int, reset(x)) == 0
}
channel CIO2 {

}
@Shinji Shinji changed title from refで参照されているリソースが,複数の入出力チャンネルと to リソースが,複数の入出力チャンネルに接続されている時,プロトタイプの生成に失敗する on 26 May 2022
@Shinji Shinji changed title from リソースが,複数の入出力チャンネルに接続されている時,プロトタイプの生成に失敗する to リソースが複数の入出力チャンネルに接続されている時,プロトタイプの生成に失敗する on 26 May 2022
@Shinji Shinji closed this issue on 31 May 2022
Labels

Priority
default
Milestone
No milestone
Assignee
No one assigned
1 participant
@Shinji