Minotaur 0.4.1
Docs for developers
YEqQfBil.h
Go to the documentation of this file.
1// Minotaur -- It's only 1/2 bull
2//
3// (C)opyright 2008 - 2025 The Minotaur Team.
4//
5
13#ifndef MINOTAURYEQQFBIL_H
14#define MINOTAURYEQQFBIL_H
15
16#include "Types.h"
17
18namespace Minotaur {
19
21{
22public:
23 YEqQfBil();
25 void insert(VariablePtr auxvar, VariablePtr v1, VariablePtr v2);
26
27private:
28 UIntVector hash1_;
29 UIntVector hash2_;
30 std::vector<VariablePtr> v1_;
31 std::vector<VariablePtr> v2_;
32 VarVector y_;
33};
34}
35
36#endif
37
38
Declare important 'types' used in Minotaur.
Definition: Variable.h:31
Definition: YEqQfBil.h:21
Definition: ActiveNodeStore.h:20

Minotaur source code documented by Doxygen 1.9.4 on Thu Apr 24 2025