Skip to content

Commit

Permalink
Removing unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Oct 22, 2023
1 parent 3e47fd2 commit 8c8e698
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions python/src/pycryptosat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,13 +551,6 @@ static PyObject* nb_vars(Solver *self)

}

/*
static PyObject* nb_clauses(Solver *self)
{
// Private attribute => need to make a public method
return PyInt_FromLong(self->cmsat->data->solvers.size());
}*/

static int parse_assumption_lits(PyObject* assumptions, SATSolver* cmsat, std::vector<Lit>& assumption_lits)
{
PyObject *iterator = PyObject_GetIter(assumptions);
Expand Down

0 comments on commit 8c8e698

Please sign in to comment.