| author | wenzelm |
| Thu, 08 Nov 2007 14:51:30 +0100 | |
| changeset 25345 | dd5b851f8ef0 |
| parent 23665 | 825bea0266db |
| child 27484 | dbb9981c3d18 |
| permissions | -rw-r--r-- |
| 16784 | 1 |
(* Title: HOL/Matrix/cplex/Cplex.thy |
2 |
ID: $Id$ |
|
3 |
Author: Steven Obua |
|
4 |
*) |
|
5 |
||
6 |
theory Cplex |
|
|
23665
825bea0266db
adopted to new computing oracle and fixed bugs introduced by tuning
obua
parents:
16890
diff
changeset
|
7 |
imports FloatSparseMatrix "~~/src/HOL/Tools/ComputeNumeral" |
| 16890 | 8 |
uses "Cplex_tools.ML" "CplexMatrixConverter.ML" "FloatSparseMatrixBuilder.ML" "fspmlp.ML" |
| 16784 | 9 |
begin |
10 |
||
11 |
end |
|
12 |
||
13 |
||
14 |