Skip to content

Commit

Permalink
Update embedded lpSolve
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Dec 10, 2023
1 parent 9c98b57 commit 416de8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/library/lpSolve/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: lpSolve
Version: 5.6.19
Version: 5.6.20
Title: Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs
Author: Michel Berkelaar and others
Maintainer: Gábor Csárdi <[email protected]>
Expand All @@ -14,6 +14,6 @@ URL: https://github.com/gaborcsardi/lpSolve
BugReports: https://github.com/gaborcsardi/lpSolve/issues
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2023-09-12 18:07:47 UTC; gaborcsardi
Packaged: 2023-12-10 12:59:14 UTC; gaborcsardi
Repository: CRAN
Date/Publication: 2023-09-13 11:20:02 UTC
Date/Publication: 2023-12-10 13:40:02 UTC
2 changes: 1 addition & 1 deletion src/library/lpSolve/src/hbio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,6 @@ void IOHBTerminate(char* message)
{
/* fprintf(stderr,message);
** exit(1); */
error(message);
error("%s", message);
}

0 comments on commit 416de8b

Please sign in to comment.