Macaulay2 Engine
Loading...
Searching...
No Matches

◆ set_output()

void gb2_comp::set_output ( gb_node * p)
virtual

Implements gb_node.

Definition at line 85 of file res-a2-gb.cpp.

86{
87 syz = p;
88 use_hilb = (strategy_flags & STRATEGY_USE_HILB) && (syz != nullptr);
89}
gb_node * syz
Definition res-a2.hpp:137
int strategy_flags
Definition res-a2.hpp:160
char use_hilb
Definition res-a2.hpp:164
@ STRATEGY_USE_HILB
int p

References p, strategy_flags, STRATEGY_USE_HILB, syz, and use_hilb.