realroot_doc 0.1.1
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.

    {
      if ( e < b.e )
        {
          return (m << (b.e-e)) == b.m;
        };
      return (b.m << (e-b.e)) == m;
    };

Member Data Documentation


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