You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- $\begingroup$ which linear programming solver can solve this? becouse in *.lp or *.mps-format one side of the constraint has to be an fixed integer and not an variable. $\endgroup$boxi– boxi2015-03-25 14:31:42 +00:00Commented Mar 25, 2015 at 14:31
- 4$\begingroup$ @boxi, I don't know anything about *.lp or *.mps format, but every integer linear programming solver should be able to solve this. Note that if you have something like $x \le y$, this is equivalent to $y -x \ge 0$, which may be in the format you wanted. $\endgroup$D.W.– D.W. ♦2015-03-25 19:44:33 +00:00Commented Mar 25, 2015 at 19:44
- $\begingroup$ -i checked it again. lp_solve can solve it, but for example qsopt can't. i don't know why. but thanks <3 $\endgroup$boxi– boxi2015-03-25 19:46:59 +00:00Commented Mar 25, 2015 at 19:46
- 1$\begingroup$ @Pramod, good catch! Thank you for spotting that error. You're absolutely right. I've asked a new question about how to model that case and I'll update this answer when we get an answer to that one. $\endgroup$D.W.– D.W. ♦2015-12-22 04:04:45 +00:00Commented Dec 22, 2015 at 4:04
- 1$\begingroup$ @InuyashaYagami, yes, absolutely, that is sufficient for boolean logic, and that would be fine. There might be some advantage to other translations if they introduce fewer temporary variables (for instance, in the case of logical implication), and we still need to know how to express conditional expressions or "cast to boolean", but you have an excellent point. $\endgroup$D.W.– D.W. ♦2021-12-28 19:25:51 +00:00Commented Dec 28, 2021 at 19:25
| Show 9 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. complexity-theory), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you