diff -r 7f3760f39bdc -r f8845fc8f38d src/Doc/isac/tactics.tex --- a/src/Doc/isac/tactics.tex Mon Sep 16 12:27:20 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -\chapter{\isac s tactics} - -\begin{description} -\item{\bf Init\_Proof\_Hid (dialogmode, formalization, specification)} transfers the arguments to the math engine, the latter two in order to solve the example automatically. The tactic is not intended to be used by the student; it generates a proof tree with an empty model. -\item{\bf Init\_Proof} generates a proof tree with an empty model. -\item{\bf Model\_Problem problem} determines a problemtype (eventually found in the hierarchy) to be used for modeling. -\item{\bf Add\_Given, Add\_Find, Add\_Relation formula} inputs a formula to the respective field in a model (necessary as long as there is no facility for the user to input formula directly, and not only select the respective tactic plus formula from a list). -\item{\bf Specify\_Theory theory, Specify\_Problem problem, Specify\_Method method} specifies the respective element of the knowledgebase. -\item{\bf Refine\_Problem problem} searches for a matching problem in the hierarchy below 'problem'. -\item{\bf Apply\_Method method} finishes the model and specification phase and starts the solve phase. -\item{\bf Free\_Solve} initiates the solve phase without guidance by a method. -\item{\bf Rewrite theorem} applies 'theorem' to the current formula and transforms it accordingly (if possible -- otherwise error). -\item{\bf Rewrite\_Asm theorem} is the same tactic as 'Rewrite', but stores an eventual assumption of the theorem (instead of evaluating the assumption, i.e. the condition) -\item{\bf Rewrite\_Set ruleset} similar to 'Rewrite', but applies a whole set of theorems ('ruleset'). -\item{\bf Rewrite\_Inst (substitution, theorem), Rewrite\_Set\_Inst (substitution, ruleset)} similar to the respective tactics, but substitute a constant (e.g. a bound variable) in 'theorem' before application. -\item{\bf Calculate operation} calculates the result of numerals w.r.t. 'operation' (plus, minus, times, cancel, pow, sqrt) within the current formula. -\item{\bf Substitute substitution} applies 'substitution' to the current formula and transforms it accordingly. -\item{\bf Take formula} starts a new sequence of calculations on 'formula' within an already ongoing calculation. -\item{\bf Subproblem (theory, problem)} initiates a subproblem within a calculation. -\item{\bf Function formula} calls a function, where 'formula' contains the function name, e.g. 'Function (solve $1+2x+3x^2=0\;\;\;x$)'. In this case the modelling and specification phases are suppressed by default, i.e. the solving phase of this subproblem starts immediately. -\item{\bf Split\_And, Conclude\_And, Split\_Or, Conclude\_Or, Begin\_Trans, End\_Trans, Begin\_Sequ, End\_Sequ, Split\_Intersect, End\_Intersect} concern the construction of particular branches of the prooftree; usually suppressed by the dialog guide. -\item{\bf Check\_elementwise assumptions} w.r.t. the current formula which comprises elements in a list. -\item{\bf Or\_to\_List} transforms a conjunction of equations to a list of equations (a questionable tactic in equation solving). -\item{\bf Check\_postcond:} check the current formula w.r.t. the postcondition on finishing the resepctive (sub)problem. -\item{\bf End\_Proof} finishes a proof and delivers a result only if 'Check\_postcond' has been successful before. -\end{description} \ No newline at end of file