Skip to content
Snippets Groups Projects
Commit 2e07089f authored by erwan's avatar erwan
Browse files

test: in dijkstra, use the same K as in the lustre version

parent 4bec3190
No related branches found
No related tags found
No related merge requests found
(* Time-stamp: <modified the 16/01/2023 (at 22:13) by Erwan Jahier> *)
(* Time-stamp: <modified the 08/04/2024 (at 17:01) by Erwan Jahier> *)
open Algo
let k = card()
let k = card()+1
open State
let (init_state: int -> string -> 's) =
fun _ _ ->
......
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