src/HOL/Matrix/cplex/FloatSparseMatrix.thy
author mengj
Fri, 28 Oct 2005 02:27:19 +0200
changeset 18001 6ca14bec7cd5
parent 16890 c4e5afaba440
child 27298 a5373b60e66c
permissions -rw-r--r--
Added new functions to handle HOL goals and lemmas. Added a funtion to send types and sorts information to ATP: they are clauses written to a separate file. Removed several functions definitions, and combined them with those in other files.

(*  Title:      HOL/Matrix/cplex/FloatSparseMatrix.thy
    ID:         $Id$
    Author:     Steven Obua
*)

theory FloatSparseMatrix imports Float SparseMatrix begin

end