Skip to content

Commit

Permalink
Set default values in r
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz authored Feb 14, 2025
1 parent 9c7a876 commit 6121e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rampl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ RCPP_MODULE(rampl){
.method("reset", &RAMPL::reset)
.method("close", &RAMPL::close)
.method("isRunning", &RAMPL::isRunning)
.method("solve", &RAMPL::solve)
.method("solve", &RAMPL::solve, List::create( _["problem"], _["solver"] = "" ))

.method("getData", &RAMPL::getData)
.method("getValue", &RAMPL::getValue)
Expand Down

0 comments on commit 6121e07

Please sign in to comment.