pub fn create_test_problem(
problem_type: ProblemType,
size: usize,
density: f64,
seed: Option<u64>,
) -> ApplicationResult<IsingModel>Expand description
Create test problem with specific characteristics
pub fn create_test_problem(
problem_type: ProblemType,
size: usize,
density: f64,
seed: Option<u64>,
) -> ApplicationResult<IsingModel>Create test problem with specific characteristics