Cream.Solver.Solver C# (CSharp) Method

Solver() protected method

Constructs a solver for the given network (for invocation by subclass constructors). This constructor is equivalent to Solver(network, Default, null).
protected Solver ( Cream.Network network ) : System
network Cream.Network the constraint network ///
return System
        protected Solver(Network network)
            : this(network, Default, null)
        {
        }

Same methods

Solver::Solver ( Cream.Network network, String name ) : System
Solver::Solver ( Cream.Network network, int option ) : System
Solver::Solver ( Cream.Network network, int option, String name ) : System