src/HOL/Matrix/cplex/Cplex.thy
author mengj
Fri, 28 Oct 2005 02:27:19 +0200
changeset 18001 6ca14bec7cd5
parent 16890 c4e5afaba440
child 23665 825bea0266db
permissions -rw-r--r--
Added new functions to handle HOL goals and lemmas. Added a funtion to send types and sorts information to ATP: they are clauses written to a separate file. Removed several functions definitions, and combined them with those in other files.

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