Skip to content
Snippets Groups Projects
Commit 4d6a98c9 authored by erwan's avatar erwan
Browse files

test: fix the previous commit

parent 5a6b94ef
No related branches found
No related tags found
No related merge requests found
Pipeline #72310 passed
(* Time-stamp: <modified the 27/07/2021 (at 14:48) by Erwan Jahier> *) (* Time-stamp: <modified the 28/07/2021 (at 09:01) by Erwan Jahier> *)
(* This is algo 3.1 in the book *) (* This is algo 3.1 in the book *)
open Algo open Algo
let k = if directed () then let k = if is_directed () then
failwith "this algo is for non-directed graphs!" card()+1 failwith "this algo is for non-directed graphs!" card()+1
else else
max_degree () + 1 max_degree () + 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment