pub fn solve_classical(matrix: &QuboMatrix, assignment: &mut [u8]) -> f32Expand description
Classical QUBO solver (placeholder - actual implementation would use simulated annealing or other algorithms)
pub fn solve_classical(matrix: &QuboMatrix, assignment: &mut [u8]) -> f32Classical QUBO solver (placeholder - actual implementation would use simulated annealing or other algorithms)