pub fn parse_find_statement(
find_statement: Node<'_>,
source_code: &str,
symbols: Option<Rc<RefCell<SymbolTable>>>,
) -> Result<BTreeMap<Name, DomainPtr>, EssenceParseError>Expand description
Parse a find statement into a map of decision variable names to their domains.