Minotaur 0.4.1
Docs for developers
YEqBivar.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
12#ifndef MINOTAURYEQBIVAR_H
13#define MINOTAURYEQBIVAR_H
14
15#include "Types.h"
16
17namespace Minotaur {
18
20{
21public:
22 YEqBivar();
24 void insert(VariablePtr auxvar, VariablePtr v1, VariablePtr v2);
25
26private:
27 UIntVector hash1_;
28 UIntVector hash2_;
29 std::vector<VariablePtr> v1_;
30 std::vector<VariablePtr> v2_;
31 VarVector y_;
32};
33}
34
35#endif
36
Declare important 'types' used in Minotaur.
Definition: Variable.h:31
Definition: YEqBivar.h:20
Definition: ActiveNodeStore.h:20

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