src/Tools/Code/etc/settings
author blanchet
Mon, 08 Nov 2010 02:33:48 +0100
changeset 40419 718b44dbd74d
parent 39780 2f43fffbba1a
child 40545 956c2cc7fced
permissions -rw-r--r--
make sure the SMT solver runs several iterations by lowering the timeout at each iteration -- yields better results in practice


ISABELLE_TOOLS="$ISABELLE_TOOLS:$COMPONENT/lib/Tools"

EXEC_GHC=$(choosefrom \
  "$ISABELLE_HOME/contrib/ghc/$ISABELLE_PLATFORM/ghc" \
  "$ISABELLE_HOME/../ghc/$ISABELLE_PLATFORM/ghc" \
  $(type -p ghc) \
  "")

EXEC_OCAML=$(choosefrom \
  "$ISABELLE_HOME/contrib/ocaml/$ISABELLE_PLATFORM/ocaml" \
  "$ISABELLE_HOME/../ocaml/$ISABELLE_PLATFORM/ocaml" \
  $(type -p ocaml) \
  "")