feat: add solver core skeleton
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <fesa/model/node.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
const fesa::model::Node node{fesa::core::NodeId{1}, {0.0, 1.0, 2.0}};
|
||||
return node.coordinates()[1] == 1.0 ? 0 : 1;
|
||||
}
|
||||
Reference in New Issue
Block a user