-
Updated
Mar 19, 2022 - Java
solver
Here are 927 public repositories matching this topic...
-
Updated
Mar 18, 2022 - C++
-
Updated
Jan 16, 2021 - Dart
When providing custom matrices, users have to describe the matching between locations in the instance and matrices columns/lines. This happens using start_index and end_index keys for vehicles and location_index for tasks.
Those keys do not make sense when no custom matrix is provided. In that case, location index values are decided on the fly depending of the order in which locations are
-
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
Nov 30, 2021 - 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
Mar 13, 2022 - Java
-
Updated
Mar 14, 2022 - JavaScript
-
Updated
Dec 5, 2019 - C++
-
Updated
Oct 22, 2021
-
Updated
Mar 17, 2022 - Python
-
Updated
Dec 1, 2020 - C
-
Updated
Mar 13, 2022 - C
-
Updated
Mar 17, 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
Aug 28, 2021 - JavaScript
-
Updated
Sep 26, 2021 - JavaScript
-
Updated
Feb 11, 2022 - C
WASM Support
Is your feature request related to a problem? Please describe.
I am working on a project that uses this crate, and we are looking to deploy the project in WebAssembly for use on the web. However, it appears that this library is not currently setup to handle this, and as such it prevents this from being possible as-is.
Describe the solution you'd like
I know of [one fork of this repo]
-
Updated
Mar 17, 2022 - Python
-
Updated
Nov 10, 2021 - Jupyter Notebook
-
Updated
Mar 13, 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