doc-src/Ref/classical.tex
changeset 6170 9a59cf8ae9b5
parent 5577 ddaa1c133c5a
child 6592 c120262044b6
equal deleted inserted replaced
6169:f3f2560fbed9 6170:9a59cf8ae9b5
   771 
   771 
   772 \item[\ttindexbold{sizef}] is the heuristic function used for best-first
   772 \item[\ttindexbold{sizef}] is the heuristic function used for best-first
   773 search.  It should estimate the size of the remaining subgoals.  A good
   773 search.  It should estimate the size of the remaining subgoals.  A good
   774 heuristic function is \ttindex{size_of_thm}, which measures the size of the
   774 heuristic function is \ttindex{size_of_thm}, which measures the size of the
   775 proof state.  Another size function might ignore certain subgoals (say,
   775 proof state.  Another size function might ignore certain subgoals (say,
   776 those concerned with type checking).  A heuristic function might simply
   776 those concerned with type-checking).  A heuristic function might simply
   777 count the subgoals.
   777 count the subgoals.
   778 
   778 
   779 \item[\ttindexbold{hyp_subst_tacs}] is a list of tactics for substitution in
   779 \item[\ttindexbold{hyp_subst_tacs}] is a list of tactics for substitution in
   780 the hypotheses, typically created by \ttindex{HypsubstFun} (see
   780 the hypotheses, typically created by \ttindex{HypsubstFun} (see
   781 Chapter~\ref{substitution}).  This list can, of course, be empty.  The
   781 Chapter~\ref{substitution}).  This list can, of course, be empty.  The