src/HOL/Matrix/cplex/Cplex.thy
author haftmann
Tue, 19 Sep 2006 15:22:35 +0200
changeset 20604 9dba9c7872c9
parent 16890 c4e5afaba440
child 23665 825bea0266db
permissions -rw-r--r--
added auxiliary lemma for code generation 2

(*  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