Cream.DefaultSolver.DefaultSolver C# (CSharp) Method

DefaultSolver() public method

Initializes a new instance of the DefaultSolver class. Constructs a branch-and-bound solver for the given network. This constructor is equivalent to DefaultSolver(network, Default, null).
public DefaultSolver ( Cream.Network network ) : System
network Cream.Network /// the constraint network ///
return System
        public DefaultSolver(Network network)
            : this(network, Default, null)
        {
        }

Same methods

DefaultSolver::DefaultSolver ( Cream.Network network, int options ) : System
DefaultSolver::DefaultSolver ( Cream.Network network, int options, string name ) : System
DefaultSolver::DefaultSolver ( Cream.Network network, string name ) : System