test/Tools/isac/Minisubpbl/100-init-rootpbl.sml
author Walther Neuper <neuper@ist.tugraz.at>
Fri, 13 May 2011 09:28:38 +0200
branchdecompose-isar
changeset 41986 64efbbbed4b4
parent 41985 cb8ea2269e6f
child 42011 6a9ba30ab6bc
permissions -rw-r--r--
tuned
neuper@41985
     1
(* Title:  100-init-rootpbl.sml
neuper@41985
     2
   Author: Walther Neuper 1105
neuper@41985
     3
   (c) copyright due to lincense terms.
neuper@41985
     4
*)
neuper@41985
     5
neuper@41985
     6
val fmz = ["equality (x+1=(2::real))", "solveFor x","solutions L"];
neuper@41985
     7
val (dI',pI',mI') =
neuper@41985
     8
  ("Test", ["sqroot-test","univariate","equation","test"],
neuper@41985
     9
   ["Test","squ-equ-test-subpbl1"]);
neuper@41985
    10
val (p,_,f,nxt,_,pt) = CalcTreeTEST [(fmz, (dI',pI',mI'))];
neuper@41986
    11
case nxt of ("Model_Problem", _) => ()
neuper@41986
    12
| _ => error "minisubpbl: CalcTreeTEST has no nxt = Model_Problem";
neuper@41986
    13