create_link

Function create_link 

Source
pub fn create_link(
    root: &Path,
    trudag_graph: &Py<PyAny>,
    group: &str,
    constraint: &Constraint,
    link: &str,
) -> Result<(), TrudagError>