diff --git a/404.html b/404.html index 19811c3..a6bec6a 100644 --- a/404.html +++ b/404.html @@ -20,7 +20,7 @@ gMOIP - 1.5.3 + 1.5.4
plotSol(A, b, type = c("c","i","c"), plotFaces = F)
MILP model with variable 2 integer (criterion space):
+ +MILP model with variable 2 integer (criterion space):
plotCrit(A, b, obj, type = c("c","i","c"))
MILP model with variable 3 integer (solution space):
plotSol(A, b, type = c("c","c","i"))
MILP model with variable 3 integer (criterion space):
+ +MILP model with variable 3 integer (criterion space):
plotCrit(A, b, obj, type = c("c","c","i"))
LP model (solution space):
plotSol(A, b)
LP model (criterion space):
+ +LP model (criterion space):
plotCrit(A, b, obj, addTriangles = FALSE)
ILP model (solution space):
plotSol(A, b, type = c("i","i","i"))
ILP model (criterion space):
+ +ILP model (criterion space):
plotCrit(A, b, obj, type = c("i","i","i"))
MILP model with variable 2 and 3 integer (solution space):
plotSol(A, b, type = c("c","i","i"))
MILP model with variable 2 and 3 integer (criterion space):
+ +MILP model with variable 2 and 3 integer (criterion space):
plotCrit(A, b, obj, type = c("c","i","i"))
MILP model with variable 1 and 3 integer (solution space):
plotSol(A, b, type = c("i","c","i"), plotFaces = FALSE)
MILP model with variable 1 and 3 integer (criterion space):
+ +MILP model with variable 1 and 3 integer (criterion space):
plotCrit(A, b, obj, type = c("i","c","i"))
MILP model with variable 1 integer (solution space):
plotSol(A, b, type = c("i","c","c"), plotFaces = F)
MILP model with variable 1 integer (criterion space):
+ +MILP model with variable 1 integer (criterion space):
plotCrit(A, b, obj, type = c("i","c","c"))
MILP model with variable 2 integer (solution space):
plotSol(A, b, type = c("c","i","c"), plotFaces = F)
MILP model with variable 2 integer (criterion space):
+ +MILP model with variable 2 integer (criterion space):
plotCrit(A, b, obj, type = c("c","i","c"))
MILP model with variable 3 integer (solution space):
plotSol(A, b, type = c("c","c","i"), plotFaces = F)
MILP model with variable 3 integer (criterion space):
+ +MILP model with variable 3 integer (criterion space):
plotCrit(A, b, obj, type = c("c","c","i"))
LP model (solution space):
plotSol(A, b)
LP model (criterion space):
+ +LP model (criterion space):
plotCrit(A, b, obj, addTriangles = FALSE)
ILP model (solution space):
plotSol(A, b, type = c("i","i","i"), labels="n")
ILP model (criterion space):
+ +ILP model (criterion space):
plotCrit(A, b, obj, type = c("i","i","i"), labels="n")
MILP model with variable 2 and 3 integer (solution space):
plotSol(A, b, type = c("c","i","i"), labels="n")
MILP model with variable 2 and 3 integer (criterion space):
+ +MILP model with variable 2 and 3 integer (criterion space):
plotCrit(A, b, obj, type = c("c","i","i"), labels="n")
MILP model with variable 1 and 3 integer (solution space):
plotSol(A, b, type = c("i","c","i"), plotFaces = FALSE, labels="n")
MILP model with variable 1 and 3 integer (criterion space):
+ +MILP model with variable 1 and 3 integer (criterion space):
plotCrit(A, b, obj, type = c("i","c","i"), labels="n")
MILP model with variable 1 integer (solution space):
plotSol(A, b, type = c("i","c","c"), labels="n")
MILP model with variable 1 integer (criterion space):
+ +MILP model with variable 1 integer (criterion space):
plotCrit(A, b, obj, type = c("i","c","c"), labels="n")
MILP model with variable 2 integer (solution space):
plotSol(A, b, type = c("c","i","c"), plotFaces = F, labels="n")
MILP model with variable 2 integer (criterion space):
+ +MILP model with variable 2 integer (criterion space):
plotCrit(A, b, obj, type = c("c","i","c"), labels="n")
MILP model with variable 3 integer (solution space):
plotSol(A, b, type = c("c","c","i"), labels="n")
MILP model with variable 3 integer (criterion space):
+ +MILP model with variable 3 integer (criterion space):
plotCrit(A, b, obj, type = c("c","c","i"), labels="n")
vignettes/intro.Rmd
intro.Rmd
ILP model (here with ILP faces):
+ +ILP model (here with ILP faces):
view <- matrix( c(-0.412063330411911, -0.228006735444069, 0.882166087627411, 0, 0.910147845745087,
-0.0574885793030262, 0.410274744033813, 0, -0.042830865830183, 0.97196090221405,
@@ -205,8 +205,8 @@ Three variables type = c("i", "i", "i"),
plotOptimum = TRUE,
labels = "n")
MILP model (here with continuous faces):
+ +MILP model (here with continuous faces):
view <- matrix( c(-0.412063330411911, -0.228006735444069, 0.882166087627411, 0, 0.910147845745087,
-0.0574885793030262, 0.410274744033813, 0, -0.042830865830183, 0.97196090221405,
@@ -220,8 +220,8 @@ Three variables plotOptimum = TRUE,
# plotFaces = FALSE,
labels = "n")
plotSol(A, b)
LP model (criterion space):
+ +LP model (criterion space):
plotCrit(A, b, obj, addTriangles = FALSE)
ILP model (solution space):
plotSol(A, b, type = c("i","i","i"))
ILP model (criterion space):
+ +ILP model (criterion space):
plotCrit(A, b, obj, type = c("i","i","i"))
vignettes/mo_costs.Rmd
mo_costs.Rmd
+
+
Between planes
@@ -123,8 +123,8 @@+
+
Sphere
@@ -147,8 +147,8 @@+
+
Sphere down
@@ -172,8 +172,8 @@+
+
Sphere up
@@ -197,8 +197,8 @@+
+
2box
@@ -211,8 +211,8 @@