Skip to content

Commit

Permalink
remove code
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Sep 18, 2023
1 parent b5781ba commit 381ff46
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/solver/optimisation/constraint_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,23 +138,6 @@ class VariableManager
const std::vector<std::vector<int>>& NumeroDeVariableDeTrancheDeStock;
};

class ConstraintVisitor
{
public:
ConstraintVisitor(const CORRESPONDANCES_DES_VARIABLES& nativeOptimVar,
const std::vector<int>& NumeroDeVariableStockFinal,
const std::vector<std::vector<int>>& NumeroDeVariableDeTrancheDeStock) :
nativeOptimVar(nativeOptimVar),
NumeroDeVariableStockFinal(NumeroDeVariableStockFinal),
NumeroDeVariableDeTrancheDeStock(NumeroDeVariableDeTrancheDeStock)
{
}

private:
const CORRESPONDANCES_DES_VARIABLES& nativeOptimVar;
const std::vector<int>& NumeroDeVariableStockFinal;
const std::vector<std::vector<int>>& NumeroDeVariableDeTrancheDeStock;
};
} // namespace Variable

class ConstraintBuilder
Expand Down

0 comments on commit 381ff46

Please sign in to comment.