<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi Noseong,<br>
<br>
you can modify the number of threads used by the LP solver by
changing the corresponding parameter<br>
<br>
set lp advanced threads [number]<br>
<br>
in the interactive shell. Since there is no interactive shell in the
VRP example you simply can add<br>
<br>
SCIP_CALL( SCIPsetIntParam(scip, "lp/threads", [number]) );<br>
<br>
to main_vrp.cpp.<br>
<br>
<br>
Best,<br>
<br>
Benny<br>
<br>
<br>
<div class="moz-cite-prefix">On 08/05/2015 10:12 PM, Noseong Park
wrote:<br>
</div>
<blockquote
cite="mid:CAF5aXy4+jeu_15V7P9Dqb1KQP2J3maE4YnJyTWcFgWQk7HYmyw@mail.gmail.com"
type="cite">
<div dir="ltr">Hi,
<div>I just installed the scip solver with cplex 12.6 and tested
the VRP exmaple. It seems the cplex runs with single thread.
Can I change parameters for the cplex? How can I do it?</div>
<div><br>
</div>
<div>Thanks!!</div>
<div>Noseong<br clear="all">
<div>
<div class="gmail_signature">
<div dir="ltr">
<div>
<h2
style="font-family:verdana,helvetica,arial,sans-serif;font-size:22px;margin-top:10px;margin-bottom:10px;font-weight:normal;background-color:transparent;color:rgb(0,0,0)"><b
style="color:rgb(153,153,153);font-size:large;font-family:arial,sans-serif">Noseong
Park</b></h2>
</div>
<p><i><font color="#999999"><font size="2">Ph.D. Student</font><br>
</font></i><i style="color:rgb(153,153,153)"><span
style="font-size:10pt;font-family:Arial,sans-serif">Department
of </span></i><i style="color:rgb(153,153,153)"><span
style="font-size:10pt;font-family:Arial,sans-serif">Computer Science -</span></i><i
style="color:rgb(153,153,153)"><span
style="font-size:10pt;font-family:Arial,sans-serif"> </span></i><i
style="color:rgb(153,153,153)"><span
style="font-size:10pt;font-family:Arial,sans-serif">University
of Maryland<br>
</span></i><i
style="font-family:Arial,sans-serif;font-size:10pt"><font
color="#999999">Laboratory for Computational
Cultural Dynamics</font></i></p>
<p><i><font color="#999999"><font size="2"><a
moz-do-not-send="true"
href="http://www.cs.umd.edu/%7Enpark"
target="_blank">http://www.cs.umd.edu/~npark</a></font></font></i><i
style="font-family:Arial,sans-serif;font-size:10pt"><font
color="#999999"><br>
</font></i></p>
<p><img moz-do-not-send="true"
src="imap://bzfmuelb@imap.zib.de:993/fetch%3EUID%3E.INBOX.Drafts%3E422?q=tbn:ANd9GcR90_udK7LFhvMp2pIkGI4EYw13dWYHKvrNkSFbqR_6wR-VEl88"
width="96" height="83"><br>
</p>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Scip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Scip@zib.de">Scip@zib.de</a>
<a class="moz-txt-link-freetext" href="http://listserv.zib.de/mailman/listinfo/scip">http://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
______________________________
Benjamin Müller
Zuse Institute Berlin
Takustr. 7, 14195 Berlin
<a class="moz-txt-link-abbreviated" href="mailto:benjamin.mueller@zib.de">benjamin.mueller@zib.de</a>
+49 30 841 85-195</pre>
</body>
</html>