Skip to content

Commit

Permalink
Update Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Dec 11, 2018
1 parent 434c90d commit c812e2e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Tests/Tests.m
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,31 @@
]


(* ::Subsubsection:: *)
(*IGForestQ*)


MT[
IGForestQ@IGEmptyGraph[#],
True
]& /@ Range[0,3]


MT[
IGForestQ@IGShorthand["1-2-3,4-5-6"],
True
]


MT[
IGForestQ@IGShorthand["1-2-3-1,4-5-6"],
False
]


(* TODO *)


(* ::Subsubsection:: *)
(*IGTreelikeComponents*)

Expand Down

0 comments on commit c812e2e

Please sign in to comment.