-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "(does not compile) cut into small pieces"
This reverts commit 5a047c0.
- Loading branch information
Showing
27 changed files
with
299 additions
and
397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
#pragma once | ||
#include "constraint_builder.h" | ||
|
||
struct BindingConstraintDayData : public BindingConstraintData | ||
{ | ||
// std::vector<std::vector<int>&>& CorrespondanceCntNativesCntOptimJournalieres; | ||
std::vector<CORRESPONDANCES_DES_CONTRAINTES_JOURNALIERES>& | ||
CorrespondanceCntNativesCntOptimJournalieres; | ||
}; | ||
class BindingConstraintDay : private Constraint | ||
{ | ||
public: | ||
using Constraint::Constraint; | ||
void add(int cntCouplante, BindingConstraintDayData& data); | ||
void add(int cntCouplante); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
#pragma once | ||
#include "constraint_builder.h" | ||
struct BindingConstraintHourData : public BindingConstraintData | ||
{ | ||
std::vector<int>& NumeroDeContrainteDesContraintesCouplantes; | ||
} | ||
|
||
class BindingConstraintHour : private Constraint | ||
{ | ||
public: | ||
using Constraint::Constraint; | ||
void add(int pdt, int cntCouplante, BindingConstraintHourData& data); | ||
void add(int pdt, int cntCouplante); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.