feat (report): Progress on report.

This commit is contained in:
Henri Saudubray 2025-08-16 18:16:20 +02:00
parent 36806f9af5
commit 5d40900390
Signed by: hms
GPG key ID: 7065F57ED8856128
7 changed files with 3019 additions and 189 deletions

View file

@ -41,7 +41,6 @@
modelers).},
}
@inbook{cit:op_sem_hyb_sys,
address = {Berlin, Heidelberg},
series = {Lecture Notes in Computer Science},
title = {Operational Semantics of Hybrid Systems},
volume = {3414},
@ -128,10 +127,88 @@
author = {Alur, Rajeev and Courcoubetis, Costas and Halbwachs, Nicolas and
Henzinger, Thomas A and Ho, P-H and Nicollin, Xavier and Olivero,
Alfredo and Sifakis, Joseph and Yovine, Sergio},
journal = {Theoretical computer science},
journal = {Theoretical Computer Science},
volume = {138},
number = {1},
pages = {3--34},
year = {1995},
publisher = {Elsevier},
}
@inproceedings{cit:lustre,
title = {LUSTRE: A declarative language for programming synchronous systems},
author = {Pilaud, Daniel and Halbwachs, N and Plaice, J.A.},
booktitle = {Proceedings of the 14th Annual ACM Symposium on Principles of
Programming Languages (14th POPL 1987). ACM, New York, NY},
volume = {178},
pages = {188},
year = {1987},
organization = {Citeseer},
}
@article{cit:sundials,
title = {SUNDIALS: Suite of nonlinear and differential/algebraic equation
solvers},
author = {Hindmarsh, Alan C and Brown, Peter N and Grant, Keith E and Lee,
Steven L and Serban, Radu and Shumaker, Dan E and Woodward, Carol S
},
journal = {ACM Transactions on Mathematical Software (TOMS)},
volume = {31},
number = {3},
pages = {363--396},
year = {2005},
publisher = {ACM New York, NY, USA},
}
@inproceedings{cit:sundialsml,
title = {Sundials/ML: interfacing with numerical solvers},
author = {Bourke, Timothy and Inoue, Jun and Pouzet, Marc},
booktitle = {ACM Workshop on ML},
year = {2016},
}
@book{cit:theory_timed_io_automata,
address = {Cham},
series = {Synthesis Lectures on Distributed Computing Theory},
title = {The Theory of Timed I/O Automata},
rights = {https://www.springernature.com/gp/researchers/text-and-data-mining
},
ISBN = {978-3-031-00875-7},
url = {https://link.springer.com/10.1007/978-3-031-02003-2},
DOI = {10.1007/978-3-031-02003-2},
abstractNote = {This monograph presents the Timed Input/Output Automaton
(TIOA) modeling framework, a basic mathematical framework to
support description and analysis of timed (computing)
systems. Timed systems are systems in which desirable
correctness or performance properties of the system depend on
the timing of events, not just on the order of their
occurrence. Timed systems are employed in a wide range of
domains including communications, embedded systems, real-time
operating systems, and automated control. Many applications
involving timed systems have strong safety, reliability and
predictability requirements, which makes it important to have
methods for systematic design of systems and rigorous
analysis of timing-dependent behavior. An important feature
of the TIOA framework is its support for decomposing timed
system descriptions. In particular, the framework includes a
notion of external behavior for a timed I/O automaton, which
captures its discrete interactions with its environment. The
framework also defines what it means for one TIOA to implement
another, based on an inclusion relationship between their
external behavior sets, and defines notions of simulations,
which provide sufficient conditions for demonstrating
implementation relationships. The framework includes a
composition operation for TIOAs, which respects external
behavior, and a notion of receptiveness, which implies that a
TIOA does not block the passage of time.},
publisher = {Springer International Publishing},
author = {Kaynar, Dilsun K. and Lynch, Nancy and Segala, Roberto and
Vaandrager, Frits},
year = {2011},
collection = {Synthesis Lectures on Distributed Computing Theory},
language = {en},
}
@article{cit:illinois,
title = {Inverse interpolation, a real root of f (x)= 0},
author = {Snyder, J.N.},
journal = {University of Illinois Digital Computer Laboratory, ILLIAC I
Library Routine H1-71},
volume = {4},
year = {1953},
}