bound Struct Reference

#include <solver_binary.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Definition at line 51 of file solver_binary.hpp.


Member Function Documentation

bool operator== ( const bound b  )  [inline]

Definition at line 60 of file solver_binary.hpp.

References bound::e, and bound::m.

00061     {
00062       if ( e < b.e )
00063         {
00064           return (m << (b.e-e)) == b.m;
00065         };
00066       return (b.m << (e-b.e)) == m;
00067     };


Member Data Documentation

unsigned e
unsigned m

The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for realroot by  doxygen 1.6.1