X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fhtml.ml;h=21b33e66c2f8df377d19646ea3c76120e3c7a4f2;hp=236ee39cc5e57692f6df68173e17070aa4c0991b;hb=c6f23a2c3a5c0ee4426d1b00fc2807676abdf132;hpb=5b19281cbcdbd1ca5f565f6cd41dcfb7e18a297a diff --git a/src/html.ml b/src/html.ml index 236ee39..21b33e6 100644 --- a/src/html.ml +++ b/src/html.ml @@ -34,7 +34,7 @@ let trace ?(msg="") nid r t d = let finalize_node n r b = Hashtbl.replace final n (b,r) -module K = +module K = struct type t = int * StateSet.t * StateSet.t let hash (a,b,c) = HASHINT3(a, (b.StateSet.id :> int), (c.StateSet.id :> int) ) @@ -85,7 +85,6 @@ let gen_trace (type s) = fun auto t tree -> let marked, last_round = try Hashtbl.find final node_id with Not_found -> Printf.eprintf ">>> %i\n%!" node_id; false, !max_round; in - let pc = if !max_round == 0 then 1. else float_of_int last_round /. float_of_int !max_round in let scolor, tcolor = let { sat ; todo; _ } = match M.find last_round m with @@ -165,5 +164,3 @@ Ata.print auto; pp_print_flush ohtml (); close_out ohtml_; close_in fi - -