Oscar Dowson

Results 907 comments of Oscar Dowson

I don't know if this needs to block the release

@blegat thoughts on keeping the operators in a separate file or keep with atom structs?

Here's a script to rebuild the doclist ```julia function build_atoms_md(input_filename, filename) data = read(input_filename, String); reform = joinpath(dirname(input_filename), "reformulations") for file in readdir(reform; join = true) data *= read(file, String)...

So what do we think about this?

I've moved this to the API reference, so I think I'm going to merge, unless there are other comments.

What if it said "summary statistics" or "problem statistics"?

What about: ```julia julia> p Problem statistics number of variables : 1 (4 scalar elements) number of constraints : 5 (14 scalar elements) number of coefficients : 36 number of...

> memory allocated is potentially confusing :+1: What about explicitly quantifying the size of the expression graph and the size of the MOI backend?

One issue with `optimization model : XXX bytes` is that it doesn't count the memory allocated in C by the solver

Maybe we should just remove the memory stuff. The rest is useful enough, and specifying the memory is just going to mislead people.