Cosmetic changes in doc for bunop and multop.
* src/ltlast/bunop.hh, src/ltlast/multop.hh: Reorder some comments.
This commit is contained in:
parent
c8801935bf
commit
c48b9bcfb5
2 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (C) 2010 Laboratoire de Recherche et Développement
|
// Copyright (C) 2010, 2011 Laboratoire de Recherche et Développement
|
||||||
// de l'Epita (LRDE).
|
// de l'Epita (LRDE).
|
||||||
//
|
//
|
||||||
// This file is part of Spot, a model checking library.
|
// This file is part of Spot, a model checking library.
|
||||||
|
|
@ -54,11 +54,11 @@ namespace spot
|
||||||
/// - 0[=0..max] = 1[*]
|
/// - 0[=0..max] = 1[*]
|
||||||
/// - 0[=min..max] = 0 if min > 0
|
/// - 0[=min..max] = 0 if min > 0
|
||||||
/// - 1[=0] = [*0]
|
/// - 1[=0] = [*0]
|
||||||
/// - 1[=min..max] = 1[*min..max] if max > 0
|
/// - 1[=min..max] = 1[*min..max]
|
||||||
/// - Exp[=0..] = [*]
|
/// - Exp[=0..] = [*]
|
||||||
/// - Exp[=0] = (!Exp)[*]
|
/// - Exp[=0] = (!Exp)[*]
|
||||||
/// - 0[->min..max] = 0 if min>0
|
|
||||||
/// - 0[->0..max] = [*0]
|
/// - 0[->0..max] = [*0]
|
||||||
|
/// - 0[->min..max] = 0 if min>0
|
||||||
/// - 1[->0] = [*0]
|
/// - 1[->0] = [*0]
|
||||||
/// - 1[->min..max] = 1[*min..max]
|
/// - 1[->min..max] = 1[*min..max]
|
||||||
/// - Exp[->0] = [*0]
|
/// - Exp[->0] = [*0]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (C) 2009, 2010 Laboratoire de Recherche et D<>veloppement
|
// Copyright (C) 2009, 2010, 2011 Laboratoire de Recherche et D<>veloppement
|
||||||
// de l'Epita (LRDE).
|
// de l'Epita (LRDE).
|
||||||
// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris
|
// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris
|
||||||
// 6 (LIP6), d<>partement Syst<73>mes R<>partis Coop<6F>ratifs (SRC),
|
// 6 (LIP6), d<>partement Syst<73>mes R<>partis Coop<6F>ratifs (SRC),
|
||||||
|
|
@ -92,8 +92,8 @@ namespace spot
|
||||||
/// - Or(Exps1...,1,Exps2...) = 1
|
/// - Or(Exps1...,1,Exps2...) = 1
|
||||||
/// - Or(Exps1...,0,Exps2...) = And(Exps1...,Exps2...)
|
/// - Or(Exps1...,0,Exps2...) = And(Exps1...,Exps2...)
|
||||||
/// - Or(Exp) = Exp
|
/// - Or(Exp) = Exp
|
||||||
/// - Concat(Exps1...,[*0],Exps2...) = Concat(Exps1...,Exps2...)
|
|
||||||
/// - Concat(Exps1...,0,Exps2...) = 0
|
/// - Concat(Exps1...,0,Exps2...) = 0
|
||||||
|
/// - Concat(Exps1...,[*0],Exps2...) = Concat(Exps1...,Exps2...)
|
||||||
/// - Concat(Exp) = Exp
|
/// - Concat(Exp) = Exp
|
||||||
/// - Fusion(Exps1...,1,Exps2...) = Concat(Exps1...,Exps2...)
|
/// - Fusion(Exps1...,1,Exps2...) = Concat(Exps1...,Exps2...)
|
||||||
/// - Fusion(Exps1...,0,Exps2...) = 0
|
/// - Fusion(Exps1...,0,Exps2...) = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue