essai
This commit is contained in:
부모
ce37433fec
커밋
a746f65f34
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
|
@ -21,7 +21,7 @@ let get_min_label_from_path (graph : float graph) (path : (id * id) list) =
|
|||
(
|
||||
fun acu (id1, id2) ->
|
||||
let label = ( match find_arc graph id1 id2 with
|
||||
|None -> 999999999.0
|
||||
|None -> 999999999
|
||||
|Some x -> x) in
|
||||
if label < acu then label else acu
|
||||
) min path
|
||||
|
|
|
|||
불러오는 중…
Reference in a new issue