nevermind, the results are worse when an assign is free
This commit is contained in:
parent
21c7967f44
commit
154b1b38bf
1 changed files with 1 additions and 4 deletions
|
|
@ -493,10 +493,7 @@ void helper(
|
|||
|
||||
if (using_me_cost < INT_MAX)
|
||||
{
|
||||
// int assign_cost = cost + 1 + using_me_cost;
|
||||
|
||||
// what if an assignment was free?
|
||||
int assign_cost = cost + 0 + using_me_cost;
|
||||
int assign_cost = cost + 1 + using_me_cost;
|
||||
|
||||
if (assign_cost < simps->main.data[t].cost)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue