author | obua |
Mon, 09 Jul 2007 17:39:55 +0200 | |
changeset 23665 | 825bea0266db |
parent 23174 | 3913451b0418 |
permissions | -rw-r--r-- |
16873 | 1 |
(* Title: HOL/Matrix/cplex/MatrixLP.thy |
2 |
ID: $Id$ |
|
3 |
Author: Steven Obua |
|
4 |
*) |
|
5 |
||
6 |
theory MatrixLP |
|
23665
825bea0266db
adopted to new computing oracle and fixed bugs introduced by tuning
obua
parents:
23174
diff
changeset
|
7 |
imports Cplex |
825bea0266db
adopted to new computing oracle and fixed bugs introduced by tuning
obua
parents:
23174
diff
changeset
|
8 |
uses "matrixlp.ML" |
16873 | 9 |
begin |
10 |
end |