#include <SolverTypes.h>
Definition at line 99 of file SolverTypes.h.
◆ lbool() [1/3]
◆ lbool() [2/3]
◆ lbool() [3/3]
| Gluco2::lbool::lbool |
( |
bool | x | ) |
|
|
inlineexplicit |
◆ operator!=()
| bool Gluco2::lbool::operator!= |
( |
lbool | b | ) |
const |
|
inline |
◆ operator&&()
Definition at line 112 of file SolverTypes.h.
112 {
113 uint8_t sel = (this->value << 1) | (b.value << 3);
114 uint8_t v = (0xF7F755F4 >> sel) & 3;
ABC_NAMESPACE_HEADER_START typedef unsigned char uint8_t
◆ operator==()
| bool Gluco2::lbool::operator== |
( |
lbool | b | ) |
const |
|
inline |
Definition at line 108 of file SolverTypes.h.
108{ return (((b.value&2) & (value&2)) | (!(b.value&2)&(value == b.value))) != 0; }
◆ operator^()
| lbool Gluco2::lbool::operator^ |
( |
bool | b | ) |
const |
|
inline |
◆ operator||()
◆ toInt
◆ toLbool
The documentation for this class was generated from the following file: