Minotaur
0.4.1
Docs for developers
Loading...
Searching...
No Matches
src
base
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
18
namespace
Minotaur
{
19
20
class
YEqQfBil
21
{
22
public
:
23
YEqQfBil
();
24
VariablePtr
findY(
VariablePtr
v1,
VariablePtr
v2);
25
void
insert(
VariablePtr
auxvar,
VariablePtr
v1,
VariablePtr
v2);
26
27
private
:
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
Types.h
Declare important 'types' used in Minotaur.
Minotaur::Variable
Definition
Variable.h:31
Minotaur::YEqQfBil
Definition
YEqQfBil.h:21
Minotaur
Definition
ActiveNodeStore.h:20
Minotaur source code documented by
Doxygen 1.9.8
on Wed Dec 3 2025