3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

fixed der tactic installation command

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-30 08:38:20 -07:00
parent bb40f83bcb
commit b629dd7fdd

View file

@ -23,7 +23,7 @@ class tactic;
tactic * mk_der_tactic(ast_manager & m);
/*
ADD_TACTIC_CMD("der", "destructive equality resolution.", "mk_der_tactic(m)")
ADD_TACTIC("der", "destructive equality resolution.", "mk_der_tactic(m)")
*/
#endif /* _DER_TACTIC_H_ */