Skip to content

kuratowski_subgraph fails on R2010b #7

Description

@dgleich

The Kuratowski example fails when libmbgl is compiled with g++-4.1 and the matlab files are mexed with g++-4.3.

A = clique_graph([3,3]); % Generate K_3,3
K = kuratowski_subgraph(A);
isequal(A,K) % K_3,3 is a Kuratowski graph!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions