Skip to content
#

modeling-language

Here are 31 public repositories matching this topic...

JuMP.jl
yordiak
yordiak commented Mar 5, 2020

The last few weeks I have to switched to JuMP in order to perform my (optimization) analysis. Having a look at the documentation related to "Query Solutions" I found that you can extract very useful information regarding the optimizations results.

Thus, I was thinking that it would be a nice all of this information to be presented in a table. I understand that not everything is useful for every

gama
fungiboletus
fungiboletus commented Nov 14, 2018
  • Up to date quick start
  • Single place to find helpful resources
  • More examples
  • Document annotations (see #215)
  • Explain more what ThingML is, can do, and what it can't do
  • How to contribute documentation
  • Syntax / keywords documentation
  • Make a website ?
  • Build an interactive tutorial that is actually cool, similar to [tryruby](https:/
clinssen
clinssen commented Aug 8, 2019

As part of the NESTML documentation, there should be an HTML render of the API (in the style of docs.python.org). The set of HTML pages should be uploaded and linked somewhere (e.g. in the doc folder or under github-pages). Ideally, whenever a push or merge is made with respect to master, the documentation should be re-generated.

ksvanhorn
ksvanhorn commented Apr 24, 2020

Expected Behaviour

qp() currently only supports constant values for certain arguments, and should produce an error message stating this when a call to qp() has a non-constant expression for one of these arguments.

Actual Behaviour

When a non-constant value is passed for the argument period, the problem is not caught until a later stage of processing, producing the unhelpful error me

pulsipher
pulsipher commented Nov 1, 2019

Add a mode for InfiniteModels such that all the checks are turned off to help speed up the performance. This should be implemented as a keyword argument in the InfiniteModel constructor that is then saved as an attribute. This attribute should then be used to turn on/off the checks present in InfiniteOpt.

Improve this page

Add a description, image, and links to the modeling-language 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 modeling-language topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.