Add FramaC TDM
This commit is contained in:
parent
713e8d12c4
commit
56e86b4b20
9 changed files with 606 additions and 0 deletions
6
content/conception_formelle/99-DM_framac/code/min_dist.h
Normal file
6
content/conception_formelle/99-DM_framac/code/min_dist.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <limits.h>
|
||||
#include "abs-cor.h"
|
||||
|
||||
/*@ ensures \forall integer i; 0 <= i < n ==> (\forall integer j; i < j < n ==> \result <= abs(tab[i]-tab[j]));
|
||||
*/
|
||||
int min_dist(int *tab, unsigned int n);
|
Loading…
Add table
Add a link
Reference in a new issue