Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Oct 12, 2024
1 parent c095cdf commit 130feb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rampl.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class RAMPL {
void reset();
void close();
bool isRunning() const;
void solve(std::string problem, std::string solver);
void solve(std::string problem="", std::string solver="");

Rcpp::DataFrame getData(Rcpp::List statements) const;
SEXP getValue(std::string scalarExpression) const;
Expand Down

0 comments on commit 130feb8

Please sign in to comment.