Skip to main content

instance_subsumes

Function instance_subsumes 

Source
pub fn instance_subsumes(general: &Instance, specific: &Instance) -> bool
Expand description

Check whether an instance subsumes another (has a more general pattern).

For now this is a simple syntactic check.