Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v9-minor'
Browse files Browse the repository at this point in the history
  • Loading branch information
scip-ci committed May 3, 2024
2 parents 83d871d + dc36572 commit 0251581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/inc/faq/faqtext.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ SECTION: General Questions about SCIP
LABEL:scipblisscrash
ANSWER:
<p>
The bliss library can be compiled with or without GMP support. If bliss is compiled with GMP the macro defininiton
The bliss library can be compiled with or without GMP support. If bliss is compiled with GMP the macro definition
<code>BLISS_USE_GMP</code> must be added, otherwise the headers do not match the library which produces the crash.
If bliss is compiled as shared library, the CMake system should be able to detect this automatically.
In case you do not need symmetry handling, the easiest way to resolve the problem is to just disable
Expand Down Expand Up @@ -382,7 +382,7 @@ SECTION: General Questions about SCIP
Of course, it would also be possible to change the type of variable y to "integer" (<code>SCIP_VARTYPE_INTEGER</code>), but this would mean that SCIP may
try to actively enforce integrality of y, e.g., by branching on y if it takes a fractional value in a relaxations solution.
Thus, to express that a variable will eventually take an integral value but does not need to be branched on, variable type SCIP_VARTYPE_IMPLINT is used.
In fact, for a linear constraint &Sigma;<sub>i</sub> a<sub>i</sub> x<sub>i</sub> + y = b with all coefficents being integral and all variables integer,
In fact, for a linear constraint &Sigma;<sub>i</sub> a<sub>i</sub> x<sub>i</sub> + y = b with all coefficients being integral and all variables integer,
SCIP may decide to change the type of variable y to implicit-integer.
</p>
<p>
Expand Down

0 comments on commit 0251581

Please sign in to comment.