src/Tools/solve_direct.ML
changeset 52645 e8c1c5612677
parent 52643 34c29356930e
child 52701 51dfdcd88e84
equal deleted inserted replaced
52644:cea207576f81 52645:e8c1c5612677
    33 
    33 
    34 val max_solutions = Unsynchronized.ref 5;
    34 val max_solutions = Unsynchronized.ref 5;
    35 
    35 
    36 val _ =
    36 val _ =
    37   ProofGeneral.preference_option ProofGeneral.category_tracing
    37   ProofGeneral.preference_option ProofGeneral.category_tracing
    38     (SOME "true")
    38     NONE
    39     @{option auto_solve_direct}
    39     @{option auto_solve_direct}
    40     "auto-solve-direct"
    40     "auto-solve-direct"
    41     ("Run " ^ quote solve_directN ^ " automatically");
    41     ("Run " ^ quote solve_directN ^ " automatically");
    42 
    42 
    43 
    43