src/HOL/Matrix/cplex/Cplex.thy
author wenzelm
Mon, 02 Jan 2006 20:50:17 +0100
changeset 18539 35b9ed76b59a
parent 16890 c4e5afaba440
child 23665 825bea0266db
permissions -rw-r--r--
ISABELLE_USER for remote cvs access;

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