src/HOL/Matrix/ROOT.ML
author mengj
Fri, 28 Oct 2005 02:27:19 +0200
changeset 18001 6ca14bec7cd5
parent 16889 b50947fa958d
child 27484 dbb9981c3d18
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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16487
2060ebae96f9 proper header;
wenzelm
parents: 15580
diff changeset
     1
(*  Title:      HOL/Matrix/ROOT.ML
2060ebae96f9 proper header;
wenzelm
parents: 15580
diff changeset
     2
    ID:         $Id$
2060ebae96f9 proper header;
wenzelm
parents: 15580
diff changeset
     3
*)
2060ebae96f9 proper header;
wenzelm
parents: 15580
diff changeset
     4
2060ebae96f9 proper header;
wenzelm
parents: 15580
diff changeset
     5
use_thy "SparseMatrix";
16889
b50947fa958d with_path;
wenzelm
parents: 16873
diff changeset
     6
with_path "cplex" use_thy "MatrixLP";