We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the main page (https://github.com/joehuchette/PiecewiseLinearOpt.jl/), it says that Incremental is a valid bivariate method, however I get this error when I try to use this particular bivariate method:
ERROR: LoadError: Incremental formulation for bivariate functions is not currently implemented. Stacktrace: [1] #piecewiselinear#84(::Symbol, ::Void, ::Function, ::JuMP.Model, ::JuMP.Variable, ::JuMP.Variable, ::PiecewiseLinearOpt.PWLFunction{2}) at /Users/a598124/.julia/v0.6/PiecewiseLinearOpt/src/jump.jl:644 [2] (::PiecewiseLinearOpt.#kw##piecewiselinear)(::Array{Any,1}, ::PiecewiseLinearOpt.#piecewiselinear, ::JuMP.Model, ::JuMP.Variable, ::JuMP.Variable, ::PiecewiseLinearOpt.PWLFunction{2}) at ./:0
The text was updated successfully, but these errors were encountered:
Thanks for the report, this is indeed inconsistent. I'll try to fix this week.
Sorry, something went wrong.
You never fixed this.
On the TODO list
No branches or pull requests
On the main page (https://github.com/joehuchette/PiecewiseLinearOpt.jl/), it says that Incremental is a valid bivariate method, however I get this error when I try to use this particular bivariate method:
ERROR: LoadError: Incremental formulation for bivariate functions is not currently implemented.
Stacktrace:
[1] #piecewiselinear#84(::Symbol, ::Void, ::Function, ::JuMP.Model, ::JuMP.Variable, ::JuMP.Variable, ::PiecewiseLinearOpt.PWLFunction{2}) at /Users/a598124/.julia/v0.6/PiecewiseLinearOpt/src/jump.jl:644
[2] (::PiecewiseLinearOpt.#kw##piecewiselinear)(::Array{Any,1}, ::PiecewiseLinearOpt.#piecewiselinear, ::JuMP.Model, ::JuMP.Variable, ::JuMP.Variable, ::PiecewiseLinearOpt.PWLFunction{2}) at ./:0
The text was updated successfully, but these errors were encountered: