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

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

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 change title from refで参照されているリソースが,複数の入出力チャンネルと to リソースが,複数の入出力チャンネルに接続されている時,プロトタイプの生成に失敗する on 26 May 2022
Shinji change title from リソースが,複数の入出力チャンネルに接続されている時,プロトタイプの生成に失敗する to リソースが複数の入出力チャンネルに接続されている時,プロトタイプの生成に失敗する on 26 May 2022
Shinji closed this issue on 31 May 2022
Shinji referenced the issue on 31 May 2022
Pull #44: 1つのリソースに2つの入出力チャンネルが接続しているとき,また1つのリソースが2種類の入力メッセージ受けるときに正しく生成できなかった不具合を修正した.
Labels

Priority
default
Milestone
No milestone
Assignee
No one
1 participant