create_node

Function create_node 

Source
pub fn create_node(
    root: &Path,
    trudag_graph: &Py<PyAny>,
    group: &str,
    parent: Option<&str>,
    directory: &Path,
    constraint: &Constraint,
) -> Result<(), TrudagError>