GithubHelp home page GithubHelp logo

Comments (6)

svigerske avatar svigerske commented on July 23, 2024

Attachment osiglpk.patch by @svigerske created at 2006-12-26 19:35:25

setting message handler and loglevel also in branchAndBound()

from osi.

svigerske avatar svigerske commented on July 23, 2024

Comment by @svigerske created at 2007-03-11 14:44:46

I just tried the latest GLPK 4.15. The method lib_set_print_hook is now called lib_print_hook and the order of its arguments is reverted.
Hence, the print hook should be installed by

   lib_print_hook(OsiGlpkprintme, messageHandler());

Stefan

from osi.

svigerske avatar svigerske commented on July 23, 2024

Comment by @LouHafer created at 2007-06-01 00:49:17

More properly handled with set/getHintParameter. Will implement.

from osi.

svigerske avatar svigerske commented on July 23, 2024

Comment by @LouHafer created at 2007-06-01 00:49:17

Changing assignee from @mjsaltzman to @LouHafer.

from osi.

svigerske avatar svigerske commented on July 23, 2024

Comment by @LouHafer created at 2007-06-04 17:23:45

Fixed in trunk by implementing setHintParam. Did not use lib_set_print_hook idea. This would set a property of the underlying solver, not the OGSI object, so there would be real problems ensuring that the message handler held by glpk still existed (the supplying OGSI object may have been deleted, taking the message handler with it). OsiDoReducePrint now sets glpk and OGSI print levels. Hints for presolve, use of dual, and scaling also implemented.

from osi.

svigerske avatar svigerske commented on July 23, 2024

Comment by @LouHafer created at 2007-06-04 17:23:45

Resolution: fixed

from osi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.