let launch () =
        Interface.zenity_info "Génération d'une instance : lancement !";
        let (m, n, c) = ((Interface.new_m_ic ()), (Interface.new_n_ic ()), (Interface.new_c_ic ())) in
        ecrit_instance_generee (Resolution.creer_instance_random ~c:c ~n:n ~m:m ()) ()