Skip to main content

parse_model_str

Function parse_model_str 

Source
pub fn parse_model_str(input: &str) -> Result<JiaModel, ParseError>
Expand description

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.