Searched refs:fixed_cost (Results 1 – 7 of 7) sorted by relevance
66 double* fixed_cost,119 double* fixed_cost,
326 &summary->fixed_cost, in Solve()578 double* fixed_cost, in RemoveFixedBlocksFromProgram() argument584 if (fixed_cost != NULL) { in RemoveFixedBlocksFromProgram()587 *fixed_cost = 0.0; in RemoveFixedBlocksFromProgram()619 } else if (fixed_cost != NULL) { in RemoveFixedBlocksFromProgram()629 *fixed_cost += cost; in RemoveFixedBlocksFromProgram()662 double* fixed_cost, in CreateReducedProgram() argument676 fixed_cost, in CreateReducedProgram()
163 iteration_summary.cost = cost + summary->fixed_cost; in Minimize()311 iteration_summary.cost = cost + summary->fixed_cost; in Minimize()522 iteration_summary.cost = cost + summary->fixed_cost; in Minimize()
75 fixed_cost(-1.0), in Summary()
208 summary->fixed_cost = 0.0; in Solve()
238 double fixed_cost = 0.0; in TEST() local249 &fixed_cost, in TEST()256 EXPECT_DOUBLE_EQ(fixed_cost, expected_fixed_cost); in TEST()
535 double fixed_cost; member