Synthesis_incorporation/value_search/value_search.py [604:614]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            if predicted_value == output_value:
                                end_time = _check_solution_found(predicted_value, output_value, benchmark,
                                                            0, start_time, end_time,
                                                            solutions, solution_expression_set, settings, True)
                                if len(solutions) >= settings.max_solutions:
                                    return (
                                        solutions,
                                        value_set,
                                        values_by_weight,
                                        statistics,
                                    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Synthesis_incorporation/value_search/value_search.py [1018:1028]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        if predicted_value == output_value:
                            end_time = _check_solution_found(predicted_value, output_value, benchmark,
                                                        0, start_time, end_time,
                                                        solutions, solution_expression_set, settings, True)
                            if len(solutions) >= settings.max_solutions:
                                return (
                                    solutions,
                                    value_set,
                                    values_by_weight,
                                    statistics,
                                )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



