pub fn add_relation( egraph: &mut EGraph, name: &str, inputs: Vec<String>, ) -> Result<Vec<CommandOutput>, Error>
Declare a new relation table.