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