Chris Coey

Results 32 issues of Chris Coey

Something that has been mentioned before in passing and might be worth discussing down the track: allow modeling with SI units using https://github.com/ajkeller34/Unitful.jl. It may be fairly trivial, I'm not...

Type: Enhancement
Category: Extensions
Type: Feature request

It would be handy if the user could specify a string (e.g. copyright/license, contributors, other common topmatter) to be added at the very start of every Julia file.

enhancement

since we have convenient differentiation functions, it seems that it should not be too hard to add integration too. a definite integral function it would be very convenient for applications...

enhancement

with DP I get: ``` julia> @polyvar a b b ``` with TP I get: ``` julia> @polyvar a b (a, b) ``` is there a reason why one returns...

I am on Julia 0.6.2 and master of MP, DP and FP. I made a typo that caused a stack overflow: ```julia julia> using DynamicPolynomials julia> using MultivariatePolynomials julia> @polyvar...

~~The power cone in MOI is only 3-dimensional, but in some places it is defined in a much more general way, such as in the Conic Benchmark Format (see [CBF...

Type: Set Request

I have a big block matrix with multiple rows and columns of heterogeneous blocks (sparse, dense, structured, LinearMaps, UniformScaling...). It is too large to fit in memory and I don't...

Is this just trivial to do?

running [this code](https://gist.github.com/chriscoey/12793cee656ba916cd403cb6278dfcbb) (replace Hypatia with your favorite SDP solver; sorry I could not figure out how to make the example more minimal) on Julia 1.3 master and JuMP 0.19,...

see https://github.com/JuliaLang/julia/pull/29634 this will fix #206, #245 and is relevant to #251, #248