Go to the documentation of this file.
9 #ifndef _MP_boolean_hpp_
10 #define _MP_boolean_hpp_
58 MP_boolean
operator!(
const MP_boolean& b);
68 MP_boolean
operator&&(
const MP_boolean& e1,
const MP_boolean& e2);
78 MP_boolean
operator||(
const MP_boolean& e1,
const MP_boolean& e2);
107 MP_boolean
operator<=(
const MP_index_exp& e1,
const MP_index_exp& e2);
116 MP_boolean
operator<=(
const Constant& e1,
const Constant& e2);
127 MP_boolean
operator<(
const MP_index_exp& e1,
const MP_index_exp& e2);
136 MP_boolean
operator<(
const Constant& e1,
const Constant& e2);
147 MP_boolean
operator>=(
const MP_index_exp& e1,
const MP_index_exp& e2);
156 MP_boolean
operator>=(
const Constant& e1,
const Constant& e2);
167 MP_boolean
operator>(
const MP_index_exp& e1,
const MP_index_exp& e2);
176 MP_boolean
operator>(
const Constant& e1,
const Constant& e2);
187 MP_boolean
operator==(
const MP_index_exp& e1,
const MP_index_exp& e2);
196 MP_boolean
operator==(
const Constant& e1,
const Constant& e2);
207 MP_boolean
operator!=(
const MP_index_exp& e1,
const MP_index_exp& e2);
216 MP_boolean
operator!=(
const Constant& e1,
const Constant& e2);