codac 1.5.6
Loading...
Searching...
No Matches
codac2_AbstractDomain.h
Go to the documentation of this file.
1
12#ifndef __CODAC2_ABSTRACTDOMAIN_H__
13#define __CODAC2_ABSTRACTDOMAIN_H__
14
16
17namespace codac2
18{
24 {
25 public:
26
28 codac::IntervalVector box() const;
29
30 protected:
31
32 };
33}
34
35#endif
...
Definition codac2_AbstractDomain.h:24