Skip to content

Commit bebb643

Browse files
author
Ksenia Bestuzheva
committed
Merge branch 'onboarding-lara' into 'v90-bugfix'
Onboarding lara See merge request integer/scip!3388
2 parents 3732b4a + 4516006 commit bebb643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/inc/faq/faqtext.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ SECTION: General Questions about SCIP
339339
LABEL:scipblisscrash
340340
ANSWER:
341341
<p>
342-
The bliss library can be compiled with or without GMP support. If bliss is compiled with GMP the macro defininiton
342+
The bliss library can be compiled with or without GMP support. If bliss is compiled with GMP the macro definition
343343
<code>BLISS_USE_GMP</code> must be added, otherwise the headers do not match the library which produces the crash.
344344
If bliss is compiled as shared library, the CMake system should be able to detect this automatically.
345345
In case you do not need symmetry handling, the easiest way to resolve the problem is to just disable
@@ -382,7 +382,7 @@ SECTION: General Questions about SCIP
382382
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
383383
try to actively enforce integrality of y, e.g., by branching on y if it takes a fractional value in a relaxations solution.
384384
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.
385-
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,
385+
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,
386386
SCIP may decide to change the type of variable y to implicit-integer.
387387
</p>
388388
<p>

0 commit comments

Comments
 (0)