Skip to content

Commit 27ca48d

Browse files
committed
dummy function for projection variable addition
1 parent 5a2b161 commit 27ca48d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Sat/ApxMC.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@ uint8_t ApxMC::modelValue(uint32_t x) const
180180
return true;
181181
}
182182

183+
uint32_t ApxMC::newProjVar()
184+
{
185+
return 42;
186+
}
187+
183188
uint32_t ApxMC::newVar()
184189
{
185190
arjun->new_var();

0 commit comments

Comments
 (0)