Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Feb 12, 2024
1 parent 7835c10 commit 51906f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cpp/lp_namer/NOOPSolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class NOOPSolver: public SolverAbstract {
virtual int get_nelems() const override { return 0; }
virtual int get_n_integer_vars() const override { return 0; }
virtual void get_obj(double *obj, int first, int last) const override {}
void set_obj_to_zero() override {}
virtual void get_rows(int *mstart, int *mclind, double *dmatval, int size,
int *nels, int first, int last) const override {}
virtual void get_row_type(char *qrtype, int first, int last) const override {}
Expand Down

0 comments on commit 51906f6

Please sign in to comment.