Skip to content

WIP: redo tests #182

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

Merged
merged 5 commits into from
Jun 16, 2017
Merged

WIP: redo tests #182

merged 5 commits into from
Jun 16, 2017

Conversation

odow
Copy link
Member

@odow odow commented Jun 15, 2017

No description provided.

function linprogsolvertest(solver::AbstractMathProgSolver, eps = Base.rtoldefault(Float64))
@testset "Testing LP interface with $solver" begin
@testset "Basic interface" begin
m = LinearQuadraticModel(solver)
m = MathProgBase.Model(solver)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MathProgBase -> MPB


# Min -x
# s.t. x + y <= 1
# x, y >= 0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of the comment below

@mlubin mlubin merged commit dfa8cd8 into JuliaOpt:break_everything Jun 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants