src/HOL/Matrix/cplex/Cplex.thy
author urbanc
Wed, 11 Jan 2006 18:39:19 +0100
changeset 18660 9968dc816cda
parent 16890 c4e5afaba440
child 23665 825bea0266db
permissions -rw-r--r--
cahges to use the new induction-principle (now proved in full glory)

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

theory Cplex 
imports FloatSparseMatrix
uses "Cplex_tools.ML" "CplexMatrixConverter.ML" "FloatSparseMatrixBuilder.ML" "fspmlp.ML"
begin

end