* src/ltlast/multop.hh: Fix documentation of some trivial identity.
This commit is contained in:
parent
da74b4f180
commit
bfa827c774
1 changed files with 2 additions and 1 deletions
|
|
@ -82,7 +82,8 @@ namespace spot
|
|||
///
|
||||
/// - And(Exps1...,1,Exps2...) = And(Exps1...,Exps2...)
|
||||
/// - And(Exps1...,0,Exps2...) = 0
|
||||
/// - And(Exps1...,[*0],Exps2...) = [*0] if no Expi is 0.
|
||||
/// - And(Exps1...,[*0],Exps2...) = [*0] if all Expi accept [*0]
|
||||
/// - And(Exps1...,[*0],Exps2...) = 0 if some Expi reject [*0]
|
||||
/// - And(Exp) = Exp
|
||||
/// - AndNLM(Exps1...,1,Exps2...) = AndNLM(Exps1...,Exps2...)
|
||||
/// - AndNLM(Exps1...,0,Exps2...) = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue