Skip to content

Commit

Permalink
Merge pull request #19 from rdeits/rbd
Browse files Browse the repository at this point in the history
WIP: support extracting LCP models directly from RBD robots
  • Loading branch information
rdeits authored Aug 22, 2017
2 parents 4e27315 + 81d102e commit 1c50506
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 262 deletions.
5 changes: 2 additions & 3 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
julia 0.6
JuMP
IntervalArithmetic
MacroTools
JuMP 0.17 0.19
IntervalArithmetic 0.11
257 changes: 0 additions & 257 deletions complementarity.ipynb

This file was deleted.

1 change: 0 additions & 1 deletion src/ConditionalJuMP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module ConditionalJuMP

using JuMP
using JuMP: AbstractJuMPScalar
using MacroTools: @capture
using IntervalArithmetic: Interval
import Base: <=, ==, >=, !, &

Expand Down
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,5 @@ end

@testset "complementarity" begin
include("../examples/complementarity.jl")
include("../examples/multicontact_complementarity.jl")
end
end

0 comments on commit 1c50506

Please sign in to comment.