You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Im facing difficulty modifying the setup.py for the python port on a windows machine since an install of the dependency gmp (gmpxx.h linked with gmp.h) is not straightforward.
Additionally. Even on taking roundabout ways to install it like using WSL, im getting this error (and similar ones):
error C2039: 'end_getting_small_clauses': is not a member of 'CMSat::SATSolver'
Not sure how to approach debugging this, any advice is appreciated.