(Event+Time).Variant Operators  2.3
Operators for Timed Discrete Event Systems in Dioids
tools.h
1 
2 #ifndef __TOOLS_H__
3 #define __TOOLS_H__
4 namespace mmgd
5 {
6  int gcd(int a, int b);
7  int lcm(int a, int b);
8 }
9 #endif
Definition: gd.h:13