src/HOL/Matrix/ROOT.ML
changeset 16889 b50947fa958d
parent 16873 9ed940a1bebb
child 27484 dbb9981c3d18
equal deleted inserted replaced
16888:7cb4bcfa058e 16889:b50947fa958d
     1 (*  Title:      HOL/Matrix/ROOT.ML
     1 (*  Title:      HOL/Matrix/ROOT.ML
     2     ID:         $Id$
     2     ID:         $Id$
     3 *)
     3 *)
     4 
     4 
     5 use_thy "SparseMatrix";
     5 use_thy "SparseMatrix";
     6 cd "cplex"; use_thy "MatrixLP"; cd "..";
     6 with_path "cplex" use_thy "MatrixLP";
     7 
       
     8