Skip to main content

Showing 1–2 of 2 results for author: Dénès, M

Searching in archive cs. Search in all archives.
.
  1. Formalized linear algebra over Elementary Divisor Rings in Coq

    Authors: Guillaume Cano, Cyril Cohen, Maxime Dénès, Anders Mörtberg, Vincent Siles

    Abstract: This paper presents a Coq formalization of linear algebra over elementary divisor rings, that is, rings where every matrix is equivalent to a matrix in Smith normal form. The main results are the formalization that these rings support essential operations of linear algebra, the classification theorem of finitely presented modules over such rings and the uniqueness of the Smith normal form up to mu… ▽ More

    Submitted 20 June, 2016; v1 submitted 27 January, 2016; originally announced January 2016.

    ACM Class: I.2.3; F.4.1

    Journal ref: Logical Methods in Computer Science, Volume 12, Issue 2 (June 22, 2016) lmcs:1639

  2. Testing Noninterference, Quickly

    Authors: Catalin Hritcu, Leonidas Lampropoulos, Antal Spector-Zabusky, Arthur Azevedo de Amorim, Maxime Dénès, John Hughes, Benjamin C. Pierce, Dimitrios Vytiniotis

    Abstract: Information-flow control mechanisms are difficult both to design and to prove correct. To reduce the time wasted on doomed proof attempts due to broken definitions, we advocate modern random testing techniques for finding counterexamples during the design process. We show how to use QuickCheck, a property-based random-testing tool, to guide the design of increasingly complex information-flow abstr… ▽ More

    Submitted 25 July, 2015; v1 submitted 1 September, 2014; originally announced September 2014.

    Journal ref: J. Funct. Prog. 26 (2016) e4