File "/in/maxMatching.ml", line 94, characters 12-24:
94 | let min_capacity =
^^^^^^^^^^^^
Warning 26 [unused-var]: unused variable min_capacity.
File "_none_", line 1:
Alert ocaml_deprecated_auto_include:
OCaml's lib directory layout changed in 5.0. The str subdirectory has been
automatically added to the search path, but you should add -I +str to the
command-line to silence this alert (e.g. by adding str to the list of
libraries in your dune file, or adding use_str to your _tags file for
ocamlbuild, or using -package str for ocamlfind).