|
QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
|
#include <qbpp.hpp>
Public Member Functions | |
| Inf ()=default | |
| bool | is_positive () const |
| bool | is_negative () const |
| Inf | operator+ () const |
| Inf | operator- () const |
Private Attributes | |
| bool | positive_ = true |
|
default |
|
inline |