Supporting equality constraints in signomials?
See original GitHub issueWhen I try to put an equality constraint in a signomial, I get the following error:
TypeError: Iterable ......... contains element 'False' of invalid class <type 'bool'>.
Obviously, an easy work around is to add both <=
and >=
constraints, but should we not support equality constraints? Sorry if this is something that has already been discussed and decided upon.
Also sidenote: what happened to getting rid of SignomialsEnabled
?
Issue Analytics
- State:
- Created 8 years ago
- Comments:23 (15 by maintainers)
Top Results From Across the Web
What do "signomial equality constraints" mean?
When I applied gurobi in matlab, it finally told me "gurobi does not support signomial equality constraints". What kind of constraints are ...
Read more >SIGNOMIAL PROGRAMS WITH EQUALITY CONSTRAINTS
inequality and equality constraints, the theory of signomial programming has been developed in terms of inequality constraints only. Applying the ...
Read more >Comparison of Algorithms for Including Equality Constraints in ...
Including equality constraints in signomial programming proves trou- blesome, because a straightforward difference of convex formulation for.
Read more >(PDF) Comparison of Algorithms for Including Equality ...
PDF | Including equality constraints in signomial programming proves troublesome , because a straightforward difference of convex ...
Read more >Signomials — sageopt 0.5.3 documentation - GitHub Pages
Signomial objects covers sageopt's Signomial class, plus two extra helper ... The amount by which recovered solutions can violate equality constraints.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Heyyyy so we implemented Signomial Equalities and it’s great! They’re only sorta annoying.
Yeah, this is the main ticket. It’s in SP bugs and features, which is pretty future as future goes.