use a bibtex file to collect all references in Doxygen
* doc/tl/tl.bib: Move ... * doc/spot.bib: ... here, and augment it with all references that appeared verbatim in Doxygen comments. * doc/Makefile.am, doc/tl/Makefile.am doc/tl/tl.tex: Adjust for the move. * doc/Doxyfile.in: Point to spot.bib. * spot/gen/automata.hh, spot/gen/formulas.hh, spot/misc/game.hh, spot/misc/minato.hh spot/taalgos/emptinessta.hh, spot/taalgos/minimize.hh, spot/taalgos/tgba2ta.hh, spot/tl/formula.hh, spot/tl/remove_x.hh, spot/tl/simplify.hh, spot/tl/snf.hh, spot/twaalgos/cobuchi.hh, spot/twaalgos/cycles.hh, spot/twaalgos/dualize.hh, spot/twaalgos/gtec/gtec.hh, spot/twaalgos/gv04.hh, spot/twaalgos/ltl2taa.hh, spot/twaalgos/ltl2tgba_fm.hh, spot/twaalgos/magic.hh, spot/twaalgos/minimize.hh, spot/twaalgos/parity.hh, spot/twaalgos/powerset.hh, spot/twaalgos/randomgraph.hh, spot/twaalgos/se05.hh, spot/twaalgos/simulation.hh, spot/twaalgos/strength.hh, spot/twaalgos/stutter.hh, spot/twaalgos/tau03.hh, spot/twaalgos/totgba.hh, spot/twaalgos/toweak.hh: Use \cite instead of a verbatim bibtex entry.
This commit is contained in:
parent
d064b7dad2
commit
df326e032b
36 changed files with 966 additions and 1225 deletions
|
|
@ -722,7 +722,7 @@ operands are Boolean formulas.
|
|||
to define a subset of PSL that expresses exactly the
|
||||
stutter-invariant $\omega$-regular languages.
|
||||
\item The $\FIRSTMATCH$ operator does not exist in PSL. It comes
|
||||
from SystemVerilog Assertions (SVA)~\cite{systemverilog.04.lrm}.
|
||||
from SystemVerilog Assertions (SVA)~\cite{systemverilog.18.std}.
|
||||
One intuition behind $\FIRSTMATCH\code(f\code)$ is that the
|
||||
DFA for $\FIRSTMATCH\code(f\code)$ can be obtained from the DFA
|
||||
for $f$ by removing all transitions leaving accepting states.
|
||||
|
|
@ -1805,7 +1805,7 @@ implication can be done in two ways:
|
|||
we implement are described in Appendix~\ref{ann:syntimpl}.
|
||||
|
||||
\item[Language Containment Checks] were initially proposed
|
||||
by~\citet{tauriainen.03.a83}. This detection is enabled by the
|
||||
by~\citet{tauriainen.03.tr}. This detection is enabled by the
|
||||
``\verb|tl_simplifier_options::containment_checks|'' option.
|
||||
\end{description}
|
||||
|
||||
|
|
@ -1888,7 +1888,7 @@ are counted as one.
|
|||
\endgroup
|
||||
|
||||
Many of the above rules were collected from the
|
||||
literature~\cite{somenzi.00.cav,tauriainen.03.a83,babiak.12.tacas} and
|
||||
literature~\cite{somenzi.00.cav,tauriainen.03.tr,babiak.12.tacas} and
|
||||
sometimes generalized to support operators such as $\M$ and $\W$.
|
||||
|
||||
\appendix
|
||||
|
|
@ -2043,7 +2043,7 @@ $f_1\AND f_2$ & \bor{f_1}{g}{f_2}{g} & & &
|
|||
\phantomsection % fix hyperlinks
|
||||
\addcontentsline{toc}{chapter}{\bibname}
|
||||
\bibliographystyle{plainnat}
|
||||
\bibliography{tl}
|
||||
\bibliography{spot}
|
||||
|
||||
\end{document}
|
||||
%%% Local Variables:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue