Merge gmpl main2 #55

Merged
SinusFox merged 9 commits from merge_gmpl_main2 into main 2024-10-11 21:25:56 +00:00
Showing only changes of commit 28a84589d1 - Show all commits
+1 -1
View File
@@ -164,7 +164,7 @@ const GlpPage = () => {
GLPKAPI._glp_mpl_init_rand(tran, 1); GLPKAPI._glp_mpl_init_rand(tran, 1);
GLPKAPI.glp_mpl_read_model_from_string(tran, "model", model, 0); GLPKAPI.glp_mpl_read_model_from_string(tran, "model", model, 0);
GLPKAPI.glp_mpl_generate(tran, null, function (data) { }); GLPKAPI.glp_mpl_generate(tran, null, function () { });
addMessage("Model successfully converted to solver format."); addMessage("Model successfully converted to solver format.");
GLPKAPI.glp_mpl_build_prob(tran, lp); GLPKAPI.glp_mpl_build_prob(tran, lp);