Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVL mal équilibrés dans Set (suite) #8177

Closed
vicuna opened this issue Jun 20, 2003 · 1 comment
Closed

AVL mal équilibrés dans Set (suite) #8177

vicuna opened this issue Jun 20, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Jun 20, 2003

Original bug ID: 1720
Reporter: administrator
Status: closed
Resolution: not a bug
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Jean-Christophe Filliâtre
Version: 3.06
OS: Linux (Debian Woody)
Submission from: pc8-123.lri.fr (129.175.8.123)

Bonjour,

Ce message fait suite au PR #1717.

J'ai poursuivi mes investigations dans le module Set. En cherchant à certifier
la fonction remove, j'y ai trouvé également un problème d'équilibrage

let remove_c x s =
let s' = remove x s in
(try check s' with Assert_failure _ -> raise (Found_1 (x, s)));
s'

let _ = 
  while true do 
ignore (remove_c (Random.int 10) (build 0 10 10))
  done
@vicuna
Copy link
Author

vicuna commented Jun 23, 2003

Comment author: administrator

See #8178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant