<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;">I found &nbsp;bicriteria.c file in Examples. I tried running with the data set and I got several solutions as I am supposed to get.&nbsp;</div><div style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;">However, I am not sure whether I got a correct result.</div><div style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;">These are some parts of bicriteria.c file</div><div style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;"><div>#include "symphony.h"</div><div><br></div><div>int main(int argc, char **argv)</div><div>{</div><div><br></div><div>&nbsp; &nbsp;sym_environment *env = sym_open_environment();</div><div>&nbsp; &nbsp;sym_parse_command_line(env, argc, argv);</div><div>&nbsp; &nbsp;sym_load_problem(env);</div><div><br></div><div>&nbsp; &nbsp;sym_set_obj2_coeff(env, 1, -1);</div><div><br></div><div>&nbsp; &nbsp;sym_mc_solve(env);</div><div><br></div><div>&nbsp; &nbsp;sym_close_environment(env);</div><div><br></div><div>&nbsp; &nbsp;return(0);</div><div><br></div><div>}</div><div><br></div><div>#endif</div></div><div style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;"><br></div><div style="line-height: 21px; color: rgb(68, 68, 68); font-size: 15px;">Does anyone know what&nbsp;<span style="line-height: 22px; font-size: 12pt;">sym_set_obj2_coeff(env, 1, -1) means? &nbsp;When should I use 1 or -1?</span></div><div style="color: rgb(68, 68, 68);"><span style="line-height: 22px;">My sample data is a minimization problem.</span></div><div style="color: rgb(68, 68, 68);"><span style="line-height: 22px;"><br></span></div><div style="color: rgb(68, 68, 68);"><span style="line-height: 22px;">Thank you,</span></div><div style="color: rgb(68, 68, 68);"><span style="line-height: 22px;">Papis</span></div><br><div>&gt; Date: Fri, 13 Sep 2013 23:29:29 -0500<br>&gt; From: hennebry@web.cs.ndsu.nodak.edu<br>&gt; To: papis_31@hotmail.com<br>&gt; CC: symphony@list.coin-or.org<br>&gt; Subject: RE: [Symphony] biobjective problems<br>&gt; <br>&gt; On Sat, 14 Sep 2013, Papis Wongchaisuwat wrote:<br>&gt; <br>&gt; &gt; I would like to run bi-objective Set cover and Set pack problems. Attached files are some examples that I want to run. MCKP and these problems are quite different. I don't know how to apply MCKP or either use any other ways to run these problems.<br>&gt; <br>&gt; From reading the manual,<br>&gt; I gather one can call sym_explicit_load_problem( ... )<br>&gt; and follow it by calling sym_mc_solve( ... ) .<br>&gt; Is there a reason that you cannot do that?<br>&gt; <br>&gt; -- <br>&gt; Michael   hennebry@web.cs.ndsu.NoDak.edu<br>&gt; "On Monday, I'm gonna have to tell my kindergarten class,<br>&gt; whom I teach not to run with scissors,<br>&gt; that my fiance ran me through with a broadsword."  --  Lily<br></div>                                               </div></body>
</html>