pub fn parse_model_str(input: &str) -> Result<JiaModel, ParseError>
Parse a CP model from a source string.
This is the main public entry point. It tokenizes the input and then parses the token stream into a JiaModel.
JiaModel