jijzept_solver.utility
Module Contents
- get_wls_option(case, wsa_num_iters, wsa_time_limit_sec)
- Parameters:
- Return type:
jijzept_solver.solver_parameters.WeightedSimulatedAnnealingOption
- suggest_recommended_options(problem_type, objective_degree, constraint_degree, time_limit_sec, num_threads)
Suggest recommended options for solving a problem based on the instance type.
- Returns:
- JijZeptSolverOption
- Return type:
The recommended options for solving the problem.- Parameters:
problem_type (jijzept_solver.core.ProblemType)
objective_degree (int)
constraint_degree (int)
time_limit_sec (float)
num_threads (int)
- NUM_WLS_OPTION_CASES = 4