Skip to content
#

solver

Here are 965 public repositories matching this topic...

optaplanner
jcoupey
jcoupey commented Aug 10, 2021

Suppose we have an input.json file in the current directory and foo is not a valid directory. Then

vroom -i input.json -o foo/output.json

fails to write any output. The return code is 0, which is somehow consistent with exiting silently.

We should really raise an error when writing to a file is requested and turns out to be impossible.

WhiteBlackGoose
WhiteBlackGoose commented Jun 22, 2022

The package I want to suggest the idea to: AngouriMath

arcsin(sqrt(2) / 2)

should be recognized to be pi / 4

Proposal Accepted up-for-grabs <hard> up-for-grabs
ericphanson
ericphanson commented Aug 5, 2020

Now that Convex.jl is backed by MOI, we can take advantage of its ability to write to file formats (https://jump.dev/MathOptInterface.jl/stable/apimanual/#File-formats-1). It's actually pretty easy to do this already, e.g.

using Convex, COSMO
x = HermitianSemidefinite(2)
p = minimize( real(tr(x)), tr(x * [1.0 im; -im 0]) == 0, x[1,1] == 1)
solve!(p, COSMO.Optimizer)

using MathOp
mather

zzllrr mather(an offline tool for Math learning, education and research)小乐数学,离线可用的数学学习(自学或教学)、研究辅助工具。计划覆盖数学全部学科的解题、作图、演示、探索工具箱。目前是演示Demo版(抛转引玉),但已经支持数学公式编辑显示,部分作图功能,部分学科,如线性代数、离散数学的部分解题功能。最终目标是推动专业数学家、编程专家、教育工作者、科普工作者共同打造出更加专业级的Mather数学工具

  • Updated Apr 12, 2022
  • JavaScript
optimization-engine
michael-p
michael-p commented Apr 14, 2022

Dear all,

This isn't really a bug, more like a small annoyance, but given the superb quality of this crate I figured I'd report it anyway... :)

On recent nightly (rustc 1.62.0-nightly (34a6c9f26 2022-04-13)), the generated code produces a compiler warning:

warning: unused doc comment
  --> crates/blimp_mpc/path_follow/icasadi_path_follow/src/lib.rs:33:1
   |
33 |   /// C interface (
good first issue

Improve this page

Add a description, image, and links to the solver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the solver topic, visit your repo's landing page and select "manage topics."

Learn more