src/HOL/Matrix/cplex/Cplex.thy
author berghofe
Tue, 24 Apr 2007 15:17:22 +0200
changeset 22781 18fbba942a80
parent 16890 c4e5afaba440
child 23665 825bea0266db
permissions -rw-r--r--
sum_case is now authentic.

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