We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3a77d commit c8dd91fCopy full SHA for c8dd91f
1 file changed
gmscuopt.c
@@ -133,7 +133,7 @@ int main(int argc, char *argv[])
133
134
cuopt_int_t num_variables = gmoN(gmo);
135
cuopt_int_t num_constraints = gmoM(gmo);
136
- cuopt_int_t nnz = gmoNZ(gmo);
+ int64_t nnz = gmoNZ64(gmo);
137
138
cuopt_int_t* constraint_matrix_row_offsets=NULL;
139
cuopt_int_t* constraint_matrix_column_indices=NULL;
0 commit comments