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