Skip to content

Commit

Permalink
drop MIP capability for Bonmin
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Aug 20, 2020
1 parent e8dc8ab commit 2cd926c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bonmin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ optbonmin_LDADD = libGamsBonmin.la
CLEANFILES += optbonmin.gms optbonmin.txt optbonmin_t.md

install-exec-local : install-libLTLIBRARIES
$(top_srcdir)/gamsinst.py "@GAMS_PATH@" libGamsBonmin.la MYBONMIN bon "MIP MIQCP MINLP" 0
$(top_srcdir)/gamsinst.py "@GAMS_PATH@" libGamsBonmin.la MYBONMIN bon "MIQCP MINLP" 0

uninstall-local :
$(top_srcdir)/gamsuninst.py "@GAMS_PATH@" MYBONMIN
2 changes: 1 addition & 1 deletion src/bonmin/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-local
@cp $< $@

install-exec-local : install-libLTLIBRARIES
$(top_srcdir)/gamsinst.py "@GAMS_PATH@" libGamsBonmin.la MYBONMIN bon "MIP MIQCP MINLP" 0
$(top_srcdir)/gamsinst.py "@GAMS_PATH@" libGamsBonmin.la MYBONMIN bon "MIQCP MINLP" 0

uninstall-local :
$(top_srcdir)/gamsuninst.py "@GAMS_PATH@" MYBONMIN
Expand Down

0 comments on commit 2cd926c

Please sign in to comment.