-
Updated
May 30, 2022 - Java
solver
Here are 954 public repositories matching this topic...
-
Updated
May 27, 2022 - C++
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.
-
Updated
Jan 16, 2021 - Dart
-
Updated
Dec 4, 2021 - C++
-
Updated
Feb 4, 2022 - C++
It would be nice if Choco were able to support MiniZinc output format.
Logo for Interactive
The package I want to suggest the idea to: AngouriMath.Interactive
The current logo includes Jupyter logo which is incorrect (since you can use that pkg in VSC Notebooks or in console etc.).
[Here](https://drive.google.com/file/d/1Y8TwuEjL0-YO2DCE6c_qs8TrhGJES_tL/view?usp=sharing
-
Updated
May 18, 2022 - C++
-
Updated
Mar 9, 2022 - Java
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
-
Updated
Apr 19, 2022 - Java
-
Updated
May 1, 2022 - JavaScript
-
Updated
Dec 5, 2019 - C++
-
Updated
May 26, 2022 - Python
-
Updated
May 20, 2022
-
Updated
Apr 20, 2022 - C
-
Updated
Dec 1, 2020 - C
-
Updated
May 30, 2022 - Java
-
Updated
Jun 15, 2021 - C
isQuestion() || sentence.isQuest() occurs frequently all over the place
https://github.com/opennars/opennars/search?utf8=%E2%9C%93&q=isQuestion%28%29+%7C%7C+sentence.isQuest%28%29&type=
-
Updated
Apr 12, 2022 - JavaScript
-
Updated
May 29, 2022 - C
-
Updated
May 2, 2022 - Python
-
Updated
May 24, 2022 - JavaScript
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 (
-
Updated
Nov 10, 2021 - Jupyter Notebook
-
Updated
May 12, 2022 - Julia
Improve this page
Add a description, image, and links to the solver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the solver topic, visit your repo's landing page and select "manage topics."
Describe the new feature
Similar to #188, I want to be able to capture the PuLP output and put it all in a single log line, rather than having it go to stdout directly. Instead of creating a temporary file and pointing PuLP to the log file, I would like to be able to get the log output as a string, similar