Thibaut Cuvelier

Results 14 issues of Thibaut Cuvelier

I'm trying to use JuMPeR on Julia 1.0.5 with JuMP 0.18.6, but I get this error: ``` ERROR: LoadError: UndefVarError: JuMPDict not defined Stacktrace: [1] top-level scope at C:\Users\Thibaut\.julia\packages\JuMP\I7whV\src\macros.jl:231 [2]...

I'm making this new issue to track the progress on CP support in JuMP. (Brief reminder: started with https://github.com/JuliaOpt/JuMP.jl/issues/2014; then, a few changes in https://github.com/JuliaOpt/JuMP.jl/pull/2051 to make more constraints parse.)...

Type: Feature request

For now, MOI only supports scalar variables, i.e. real numbers (or subsets thereof). Complex numbers can be implemented as a pair of real numbers, as in https://github.com/jump-dev/ComplexOptInterface.jl. For constraint programming,...

Type: Enhancement

I just typed some code like this: ``` error("Type: $(typeof((a,b))).") ``` However, the last closing parenthesis is showed in red (like normal string content), and not in green-blue (like all...

feature request

There is already `@fact_throws` to check whether a function call gives an error or an exception, but no `@fact_warns` for warnings. I think the syntax should be very similar to...

Hi, In some code, I'd like to check whether a Punkt model is available or not without loading the file (that is, without using `sent_tokenize` with dummy text and the...

Find here a new, better French translation (at least complete...). # ezFAQ plugin # French translation updated by Thibaut Cuvelier on May 29th, 2010 fr: label_ezfaq: ezFAQ plug-in label_title_ezfaq: FAQ...

Here is the entry in the list, about teachers: ```Teaching\textendashlearning-based optimization: A novel method for constrained mechanical design optimization problems``` The `\textendash` part should be either interpreted or replaced by...

In role editing in Redmine administration, you still can see the untranslatable string: Wiki permissions Edit wiki permissions

Sometimes, I would find it useful to have a way to get the primal solution from the dual one (and vice-versa), especially when I don't get this solution from a...

enhancement