Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCIP support #8672

Closed
nathanncohen mannequin opened this issue Apr 11, 2010 · 7 comments
Closed

SCIP support #8672

nathanncohen mannequin opened this issue Apr 11, 2010 · 7 comments

Comments

@nathanncohen
Copy link
Mannequin

nathanncohen mannequin commented Apr 11, 2010

Based upon Harald Schilly's SPKG for SCIP, here is a patch to enable the use of this solver through the usual interface for LP.

Requires #8172 (though none of GLPK, CBC or CPLEX needs to be installed)

Nathann

CC: @malb @haraldschilly @sagetrac-r-gaia-cs

Component: linear programming

Reviewer: Vincent Delecroix

Issue created by migration from https://trac.sagemath.org/ticket/8672

@nathanncohen nathanncohen mannequin added this to the sage-5.11 milestone Apr 11, 2010
@nathanncohen

This comment has been minimized.

@nathanncohen nathanncohen mannequin added the s: needs review label Apr 11, 2010
@haraldschilly
Copy link
Member

comment:2

wow, thank you!! just one thing, is it possible to enable verbose output if enabled? i don't know which parameter you have to set in Sage's MIP interface, but it is scip.solver(quiet=False) in scip.

@nathanncohen
Copy link
Mannequin Author

nathanncohen mannequin commented Apr 11, 2010

comment:3

Fixed ! The corresponding argument in sage is log=# in the solve method. 0 for no output, and integers to have progressdively more (only GLPk has different levels of output though, the others only understand 0/1 or none at all )

Nathann

@nathanncohen
Copy link
Mannequin Author

nathanncohen mannequin commented Apr 11, 2010

Attachment: trac_8672.patch.gz

@malb
Copy link
Member

malb commented Jun 2, 2010

comment:4

Hi Nathann,

two small things:

  • solve_scip has no documentation/doctests
  • "the default solver is used (COIN if available, GLPK otherwise)" seems to be inaccurate since you also try SCIP whether it is available

@jdemeyer jdemeyer modified the milestones: sage-5.11, sage-5.12 Aug 13, 2013
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@mkoeppe
Copy link
Member

mkoeppe commented Mar 30, 2016

comment:11

Duplicate of #10879, so I'm marking this one as "needs_review" so it can be closed -- hoping this is the correct procedure.

@mkoeppe mkoeppe removed this from the sage-6.4 milestone Mar 30, 2016
@videlec
Copy link
Contributor

videlec commented Apr 7, 2016

Reviewer: Vincent Delecroix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants