src/HOL/Tools/atp_wrapper.ML
changeset 30542 eb720644facd
parent 30537 0dd8dfe424cf
child 30874 34927a1e0ae8
equal deleted inserted replaced
30541:9f168bdc468a 30542:eb720644facd
   175 
   175 
   176 (* remote prover invocation via SystemOnTPTP *)
   176 (* remote prover invocation via SystemOnTPTP *)
   177 
   177 
   178 fun remote_prover_opts max_new theory_const args timeout =
   178 fun remote_prover_opts max_new theory_const args timeout =
   179   tptp_prover_opts max_new theory_const
   179   tptp_prover_opts max_new theory_const
   180   (Path.explode "$ISABELLE_HOME/contrib/SystemOnTPTP/remote", args ^ " -t " ^ string_of_int (timeout - 10))
   180   (Path.explode "$ISABELLE_HOME/contrib/SystemOnTPTP/remote", args ^ " -t " ^ string_of_int timeout)
   181   timeout;
   181   timeout;
   182 
   182 
   183 val remote_prover = remote_prover_opts 60 false;
   183 val remote_prover = remote_prover_opts 60 false;
   184 
   184 
   185 end;
   185 end;