Home
last modified time | relevance | path

Searched refs:lpSolve (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/R-cran-linprog/linprog/tests/
H A Dlinprog_tests.R31 result1c <- solveLP( cvec, bvec, Amat, TRUE, lpSolve = TRUE, verbose = 4 )
38 result1cD <- solveLP( cvec, bvec, Amat, TRUE, lpSolve = TRUE, solve.dual = TRUE )
56 const.dir = const.dir, lpSolve = TRUE )
61 const.dir = const.dir, lpSolve = TRUE, solve.dual = TRUE )
94 result2c <- solveLP( cvec, bvec, Amat, lpSolve = TRUE, verbose = 4 )
101 result2cD <- solveLP( cvec, bvec, Amat, lpSolve = TRUE, verbose = 4,
120 const.dir = const.dir, lpSolve = TRUE )
125 const.dir = const.dir, lpSolve = TRUE, solve.dual = TRUE )
H A Dequality_test.Rout.save20 Loading required package: lpSolve
29 …ty constraints and argument 'lpSolve' is 'FALSE'; please check if solveLP() returns the same resul…
59 > a2 <- solveLP( cvec, bvec, Amat, const.dir = "=", lpSolve = TRUE )
64 (using lpSolve)
86 …ty constraints and argument 'lpSolve' is 'FALSE'; please check if solveLP() returns the same resul…
120 + lpSolve = TRUE )
125 (using lpSolve)
H A Dlinprog_tests.Rout.save19 Loading required package: lpSolve
130 $lpSolve
293 > # estimation with lpSolve
299 (using lpSolve)
353 $lpSolve
434 (using lpSolve)
569 $lpSolve
710 > # estimation with lpSolve
716 (using lpSolve)
768 $lpSolve
[all …]
H A Dequality_test.R10 a2 <- solveLP( cvec, bvec, Amat, const.dir = "=", lpSolve = TRUE )
22 lpSolve = TRUE )
H A DMpsTests.Rout.save19 Loading required package: lpSolve
/dports/math/R-cran-linprog/linprog/man/
H A DsolveLP.Rd17 lpSolve = FALSE, solve.dual = FALSE, verbose = 0 )
35 \item{lpSolve}{logical. Should the package 'lpSolve' be used to solve
55 Solving the Linear Programming problem by the package \code{lpSolve}
57 on CRAN (\url{http://cran.r-project.org/src/contrib/PACKAGES.html#lpSolve}).
58 Since the \code{lpSolve} package uses C-code and this (\code{linprog})
93 0 = success; 1 = lpSolve did not succeed;
101 \item{lpStatus}{numeric. Return code of \code{\link[lpSolve]{lp}}
102 (only if argument \code{lpSolve} is \code{TRUE}).}
108 \item{lpSolve}{logical. Has the package 'lpSolve' been used to solve
/dports/math/R-cran-linprog/linprog/R/
H A Dlinprog.R4 lpSolve=FALSE, solve.dual=FALSE, verbose = 0 ) argument
27 if( any( const.dir %in% c( "=", "==" ) ) && ( ! lpSolve ) ) {
53 if( lpSolve ) {
54 library( lpSolve )
395 tol = dualtol, lpSolve = lpSolve, verbose = verbose )
406 result$lpSolve <- lpSolve
H A Dprint.solveLP.R9 if( object$lpSolve ) cat("(using lpSolve)\n")
/dports/math/py-or-tools/or-tools-9.2/examples/contrib/
H A Dfsequality-inequality.fs34 let slvrCLP = opts.Algorithm(LP CLP) |> lpSolve |> SolverSummary
35 let slvrGLOP = opts.Algorithm(LP GLOP) |> lpSolve |> SolverSummary
H A Dfsinteger-linear-program.fs48 let slvrIP = opts.Name("IP Solution").Algorithm(IP CBC) |> lpSolve |> SolverSummary
53 let slvrLP = opts.Name("LP Solution").Algorithm(LP CLP) |> lpSolve |> SolverSummary
H A Dfsequality.fs33 let slvr = opts |> lpSolve |> SolverSummary
H A Dfsvolsay3-lpSolve.fs27 let slvr = opts |> lpSolve |> SolverSummary
H A Dfsnetwork-max-flow-lpSolve.fs37 let slvr = opts |> lpSolve
/dports/math/R-cran-lpSolve/lpSolve/
H A DDESCRIPTION1 Package: lpSolve
13 URL: https://github.com/gaborcsardi/lpSolve
H A DNAMESPACE1 useDynLib("lpSolve")
/dports/math/R-cran-linprog/linprog/
H A DDESCRIPTION7 Depends: R (>= 2.4.0), lpSolve
/dports/math/py-or-tools/or-tools-9.2/ortools/dotnet/Google.OrTools.FSharp.Tests/
H A DTests.fs16 opts |> lpSolve |> SolverSummary |> ignore
/dports/math/py-or-tools/or-tools-9.2/examples/dotnet/
H A DREADME.md23 ### SolverOptions and lpSolve
/dports/math/R-cran-geometry/geometry/
H A DDESCRIPTION27 Imports: magic, Rcpp, lpSolve, linprog
H A DNEWS64 option given to lpSolve::lp in feasible.point() has fixed this
65 problem. feasible.point() also now returns the lpSolve::lp() error
68 lpSolve maintainer, for insights into lpSolve.
/dports/math/R-cran-lpSolve/lpSolve/man/
H A Dlp.Rd39 \item{scale}{Integer: value for lpSolve scaling. Details can be found in
40 the lpSolve documentation. Set to 0 for no scaling. Default: 196}
/dports/math/R-cran-geometry/geometry/R/
H A Dintersectn.R240 opt <- lpSolve::lp(direction = "max",
/dports/math/py-or-tools/or-tools-9.2/tools/
H A DMakefile.cc.java.dotnet621 $(MAKE) run SOURCE=examples/dotnet/fsnetwork-max-flow-lpSolve/fsnetwork-max-flow-lpSolve.fs
626 $(MAKE) run SOURCE=examples/dotnet/fsvolsay3-lpSolve/fsvolsay3-lpSolve.fs
/dports/math/py-or-tools/or-tools-9.2/ortools/dotnet/Google.OrTools.FSharp/
H A DOrTools.fs225 let lpSolve (solverOptions:SolverOpts) =
/dports/math/py-or-tools/or-tools-9.2/makefiles/
H A DMakefile.dotnet.mk940 rdotnet_fsnetwork-max-flow-lpSolve \
946 rdotnet_fsvolsay3-lpSolve \

12