Skip to content

Commit

Permalink
update option typings
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxEtMoritz committed Nov 5, 2024
1 parent 1998747 commit 804f541
Show file tree
Hide file tree
Showing 2 changed files with 496 additions and 125 deletions.
2 changes: 1 addition & 1 deletion src/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var /** @type {()=>Highs} */ _Highs_create,
/**
* Solve a model in the CPLEX LP file format.
* @param {string} model_str The problem to solve in the .lp format
* @param {undefined | import("../types").HighsOptions} highs_options Options to pass the solver. See https://github.com/ERGO-Code/HiGHS/blob/c70854d/src/lp_data/HighsOptions.h
* @param {undefined | import("../types").HighsOptions} highs_options Options to pass the solver. See https://github.com/ERGO-Code/HiGHS/blob/v1.8.0/src/lp_data/HighsOptions.h
* @returns {import("../types").HighsSolution} The solution
*/
Module["solve"] = function (model_str, highs_options) {
Expand Down
Loading

0 comments on commit 804f541

Please sign in to comment.