mop-scripting 0.0.2

MOP - Scripting
1
2
3
4
5
use mop::opt_problem::Solution;

pub struct SolutionWrapper<V> {
    pub(crate) inner: Solution<V>,
}