NAME

excise - Remove productions from Soar's memory

SYNOPSIS

excise [production-name | -chunks | -task | -all]*

DESCRIPTION

This command removes productions from Soar's memory. Each option given on the command line may be a production name or a standard set of productions (indicated by a keyword).

OPTIONS

production-name
Remove the production named production-name from memory
-chunks
Remove all chunks (learned productions) and justifications from memory
-task
Remove all non-default productions from memory and perform an init-soar command
-all
Remove all productions from memory

EXAMPLES

This removes the production my*first*production and all chunks:
excise my*first*production -chunks 

SEE ALSO

init-soar