Skip to content

Commit

Permalink
Remove 'linear' to avoid some confusion.
Browse files Browse the repository at this point in the history
mcmtroffaes committed Sep 19, 2024
1 parent 892e5fa commit 421a5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cython/pycddlib.pxi
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@ cdef _raise_error(dd_ErrorType error):
# extension classes to wrap matrix, linear program, and polyhedron

cdef class Matrix:
"""A set of linear inequalities or a set of linear generators."""
"""A set of inequalities or a set of generators."""

cdef dd_MatrixPtr dd_mat
# hack for annotation of properties

0 comments on commit 421a5fc

Please sign in to comment.