Yisu Remy Wang

Results 17 issues of Yisu Remy Wang

I have a very long objective function (sum of 1000+ terms) which causes `simplify(expr: &LpExpression) -> LpExpression` to overflow the stack when adding the objective function to the problem. Similarly...

state: improvement
type: discussion
type: refractor
type: structure design

# Contributing to CSrankings Thanks for contributing to CSrankings! Please read and indicate you agree with **all** these guidelines to getting your pull request accepted. Note that pull requests may...

### What did you expect to happen? Double-clicking on the preview produced by latex-preview-pane should jump to the correlated location in the latex source. ### What actually happened? Clicking on...

is:bug
help wanted
status:unconfirmed
module:lang/latex

Is there plan to add support for quantifiers (`forall` and `exists`)?

enhancement

When using `LD_PRELOAD` to use jemalloc as the memory allocator, Z3 calls `malloc_usable_size` from glibc instead of jemalloc, triggering a segfault. To reproduce on linux, run `LD_PRELOAD=$JEMALLOC_LIB julia --project` where...

Modern computer screens are quite wide, so a center-aligned table looks much better than a left-aligned one. For example, compare the two below. This can be achieved by simplifying the...