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:
parent
bb40f83bcb
commit
b629dd7fdd
|
@ -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_ */
|
||||
|
|
Loading…
Reference in a new issue