src/HOL/Matrix/cplex/Cplex.thy
author wenzelm
Sat, 17 Sep 2005 12:18:04 +0200
changeset 17448 b94e2897776a
parent 16890 c4e5afaba440
child 23665 825bea0266db
permissions -rw-r--r--
theorem(_i): empty target; forget_proof: removed tmp hack;

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