src/HOL/Matrix/cplex/Cplex.thy
author wenzelm
Fri, 17 Nov 2006 02:20:03 +0100
changeset 21404 eb85850d3eb7
parent 16890 c4e5afaba440
child 23665 825bea0266db
permissions -rw-r--r--
more robust syntax for definition/abbreviation/notation;

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